public sealed class AzureBlobStoreSettings : IMessage<AzureBlobStoreSettings>, IEquatable<AzureBlobStoreSettings>, IDeepCloneable<AzureBlobStoreSettings>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class AzureBlobStoreSettings.
Azure Blob Storage settings.
Implements
IMessageAzureBlobStoreSettings, IEquatableAzureBlobStoreSettings, IDeepCloneableAzureBlobStoreSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
AzureBlobStoreSettings()
public AzureBlobStoreSettings()AzureBlobStoreSettings(AzureBlobStoreSettings)
public AzureBlobStoreSettings(AzureBlobStoreSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
AzureBlobStoreSettings |
Properties
Authentication
public AzureAuth Authentication { get; set; }Input only. Authentication.
| Property Value | |
|---|---|
| Type | Description |
AzureAuth |
|
AzureUri
public string AzureUri { get; set; }Azure URI.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SourceDeletionOption
public SourceDeletionOption SourceDeletionOption { get; set; }Source deletion option.
| Property Value | |
|---|---|
| Type | Description |
SourceDeletionOption |
|
SourceType
public URISourceType SourceType { get; set; }The URI source type.
| Property Value | |
|---|---|
| Type | Description |
URISourceType |
|