Constant Field Values
Contents
org.apache.*
-
org.apache.druid.data.input.azure.AzureInputSource Modifier and Type Constant Field Value public static final String
SCHEME
"azure"
-
org.apache.druid.storage.azure.AzureStorageDruidModule Modifier and Type Constant Field Value public static final String
INDEX_ZIP_FILE_NAME
"index.zip"
public static final String
STORAGE_CONNECTION_STRING_WITH_KEY
"DefaultEndpointsProtocol=%s;AccountName=%s;AccountKey=%s;EndpointSuffix=%s;"
public static final String
STORAGE_CONNECTION_STRING_WITH_TOKEN
"DefaultEndpointsProtocol=%s;AccountName=%s;SharedAccessSignature=%s;EndpointSuffix=%s;"
-
org.apache.druid.storage.azure.AzureUtils Modifier and Type Constant Field Value public static final String
DEFAULT_AZURE_BLOB_STORAGE_ENDPOINT_SUFFIX
"blob.core.windows.net"
public static final String
DEFAULT_AZURE_ENDPOINT_SUFFIX
"core.windows.net"