Chronicle v1 API - Class AzureBlobStoreSettings (1.1.0)

public sealed class AzureBlobStoreSettings : IMessage<AzureBlobStoreSettings>, IEquatable<AzureBlobStoreSettings>, IDeepCloneable<AzureBlobStoreSettings>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class AzureBlobStoreSettings.

Azure Blob Storage settings.

Inheritance

object > AzureBlobStoreSettings

Namespace

Google.Cloud.Chronicle.V1

Assembly

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