public static interface TransferTypes.AzureCredentialsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSasToken()
public abstract String getSasToken()Required. Azure shared access signature (SAS). <aside class="note"> <strong>Note:</strong>Copying data from Azure Data Lake Storage (ADLS) Gen 2 is in Preview. During Preview, if you are copying data from ADLS Gen 2, you must use an account SAS. </aside> For more information about SAS, see Grant limited access to Azure Storage resources using shared access signatures (SAS).
string sas_token = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The sasToken. |
getSasTokenBytes()
public abstract ByteString getSasTokenBytes()Required. Azure shared access signature (SAS). <aside class="note"> <strong>Note:</strong>Copying data from Azure Data Lake Storage (ADLS) Gen 2 is in Preview. During Preview, if you are copying data from ADLS Gen 2, you must use an account SAS. </aside> For more information about SAS, see Grant limited access to Azure Storage resources using shared access signatures (SAS).
string sas_token = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for sasToken. |