Show / Hide Table of Contents

Class AzureBlobStorageData

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
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Storagetransfer.v1.Data
Assembly: Google.Apis.Storagetransfer.v1.dll
Syntax
public class AzureBlobStorageData : IDirectResponseSchema

Properties

AzureCredentials

Required. Input only. Credentials used to authenticate API requests to Azure. For information on our data retention policy for user credentials, see User credentials.

Declaration
[JsonProperty("azureCredentials")]
public virtual AzureCredentials AzureCredentials { get; set; }
Property Value
Type Description
AzureCredentials

Container

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

Declaration
[JsonProperty("container")]
public virtual string Container { get; set; }
Property Value
Type Description
string

CredentialsSecret

Optional. The Resource name of a secret in Secret Manager. The Azure SAS token must be stored in Secret Manager in JSON format: { "sas_token" : "SAS_TOKEN" } GoogleServiceAccount must be granted roles/secretmanager.secretAccessor for the resource. See [Configure access to a source: Microsoft Azure Blob Storage] (https://cloud.google.com/storage-transfer/docs/source-microsoft-azure#secret_manager) for more information. If credentials_secret is specified, do not specify azure_credentials. Format: projects/{project_number}/secrets/{secret_name}

Declaration
[JsonProperty("credentialsSecret")]
public virtual string CredentialsSecret { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FederatedIdentityConfig

Optional. Federated identity config of a user registered Azure application. If federated_identity_config is specified, do not specify azure_credentials or credentials_secret.

Declaration
[JsonProperty("federatedIdentityConfig")]
public virtual FederatedIdentityConfig FederatedIdentityConfig { get; set; }
Property Value
Type Description
FederatedIdentityConfig

Path

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 '/'.

Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type Description
string

StorageAccount

Required. The name of the Azure Storage account.

Declaration
[JsonProperty("storageAccount")]
public virtual string StorageAccount { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX