public static interface Brpb.AzureBlobStorageOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAccountName()
if empty, try to read account_name from the node's environment variable $AZURE_STORAGE_ACCOUNT.
|
com.google.protobuf.ByteString |
getAccountNameBytes()
if empty, try to read account_name from the node's environment variable $AZURE_STORAGE_ACCOUNT.
|
String |
getBucket()
Alias: container
|
com.google.protobuf.ByteString |
getBucketBytes()
Alias: container
|
String |
getEndpoint()
string endpoint = 1; |
com.google.protobuf.ByteString |
getEndpointBytes()
string endpoint = 1; |
String |
getPrefix()
Notice: prefix starts without `/`, otherwise the first directory's name is empty.
|
com.google.protobuf.ByteString |
getPrefixBytes()
Notice: prefix starts without `/`, otherwise the first directory's name is empty.
|
String |
getSharedKey()
Use shared key to access the azure blob
If the node's environment variables($AZURE_CLIENT_ID, $AZURE_TENANT_ID, $AZURE_CLIENT_SECRET) exist,
prefer to use token to access the azure blob.
|
com.google.protobuf.ByteString |
getSharedKeyBytes()
Use shared key to access the azure blob
If the node's environment variables($AZURE_CLIENT_ID, $AZURE_TENANT_ID, $AZURE_CLIENT_SECRET) exist,
prefer to use token to access the azure blob.
|
String |
getStorageClass()
Alias: access_tier.
|
com.google.protobuf.ByteString |
getStorageClassBytes()
Alias: access_tier.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getEndpoint()
string endpoint = 1;
com.google.protobuf.ByteString getEndpointBytes()
string endpoint = 1;
String getBucket()
Alias: container
string bucket = 2;
com.google.protobuf.ByteString getBucketBytes()
Alias: container
string bucket = 2;
String getPrefix()
Notice: prefix starts without `/`, otherwise the first directory's name is empty.
string prefix = 3;
com.google.protobuf.ByteString getPrefixBytes()
Notice: prefix starts without `/`, otherwise the first directory's name is empty.
string prefix = 3;
String getStorageClass()
Alias: access_tier. See https://docs.microsoft.com/en-us/azure/storage/blobs/access-tiers-overview
string storage_class = 4;
com.google.protobuf.ByteString getStorageClassBytes()
Alias: access_tier. See https://docs.microsoft.com/en-us/azure/storage/blobs/access-tiers-overview
string storage_class = 4;
String getAccountName()
if empty, try to read account_name from the node's environment variable $AZURE_STORAGE_ACCOUNT.
string account_name = 5;
com.google.protobuf.ByteString getAccountNameBytes()
if empty, try to read account_name from the node's environment variable $AZURE_STORAGE_ACCOUNT.
string account_name = 5;
String getSharedKey()
Use shared key to access the azure blob If the node's environment variables($AZURE_CLIENT_ID, $AZURE_TENANT_ID, $AZURE_CLIENT_SECRET) exist, prefer to use token to access the azure blob. See https://docs.microsoft.com/en-us/azure/storage/common/identity-library-acquire-token?toc=/azure/storage/blobs/toc.json Otherwise, if empty, try to read shared key from the node's environment variable $AZURE_STORAGE_KEY.
string shared_key = 6;
com.google.protobuf.ByteString getSharedKeyBytes()
Use shared key to access the azure blob If the node's environment variables($AZURE_CLIENT_ID, $AZURE_TENANT_ID, $AZURE_CLIENT_SECRET) exist, prefer to use token to access the azure blob. See https://docs.microsoft.com/en-us/azure/storage/common/identity-library-acquire-token?toc=/azure/storage/blobs/toc.json Otherwise, if empty, try to read shared key from the node's environment variable $AZURE_STORAGE_KEY.
string shared_key = 6;
Copyright © 2024 PingCAP. All rights reserved.