Class AzureBlobStorageData (1.1.0)

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

An AzureBlobStorageData resource can be a data source, but not a data sink. An AzureBlobStorageData resource represents one Azure container. The storage account determines the Azure endpoint. In an AzureBlobStorageData resource, a blobs's name is the Azure Blob Storage blob's key name.

Inheritance

Object > AzureBlobStorageData

Namespace

Google.Cloud.StorageTransfer.V1

Assembly

Google.Cloud.StorageTransfer.V1.dll

Constructors

AzureBlobStorageData()

public AzureBlobStorageData()

AzureBlobStorageData(AzureBlobStorageData)

public AzureBlobStorageData(AzureBlobStorageData other)
Parameter
NameDescription
otherAzureBlobStorageData

Properties

AzureCredentials

public AzureCredentials AzureCredentials { get; set; }

Required. Input only. Credentials used to authenticate API requests to Azure.

For information on our data retention policy for user credentials, see User credentials.

Property Value
TypeDescription
AzureCredentials

Container

public string Container { get; set; }

Required. The container to transfer from the Azure Storage account.

Property Value
TypeDescription
String

Path

public string Path { get; set; }

Root path to transfer objects.

Must be an empty string or full path name that ends with a '/'. This field is treated as an object prefix. As such, it should generally not begin with a '/'.

Property Value
TypeDescription
String

StorageAccount

public string StorageAccount { get; set; }

Required. The name of the Azure Storage account.

Property Value
TypeDescription
String