public sealed class AzureBlobStorageData : IMessage<AzureBlobStorageData>, IEquatable<AzureBlobStorageData>, IDeepCloneable<AzureBlobStorageData>, IBufferMessage, IMessageAn 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.
Implements
IMessage<AzureBlobStorageData>, IEquatable<AzureBlobStorageData>, IDeepCloneable<AzureBlobStorageData>, IBufferMessage, IMessageNamespace
Google.Cloud.StorageTransfer.V1Assembly
Google.Cloud.StorageTransfer.V1.dll
Constructors
AzureBlobStorageData()
public AzureBlobStorageData()AzureBlobStorageData(AzureBlobStorageData)
public AzureBlobStorageData(AzureBlobStorageData other)| Parameter | |
|---|---|
| Name | Description |
other |
AzureBlobStorageData |
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 | |
|---|---|
| Type | Description |
AzureCredentials |
|
Container
public string Container { get; set; }Required. The container to transfer from the Azure Storage account.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
|
StorageAccount
public string StorageAccount { get; set; }Required. The name of the Azure Storage account.
| Property Value | |
|---|---|
| Type | Description |
String |
|