@InterfaceAudience.Public @InterfaceStability.Evolving public final class ConfigurationKeys extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ABFS_EXTERNAL_AUTHORIZATION_CLASS |
static String |
AZURE_ABFS_ENDPOINT
End point of ABFS account: "fs.azure.abfs.endpoint".
|
static String |
AZURE_BACKOFF_INTERVAL |
static String |
AZURE_BLOCK_LOCATION_HOST_PROPERTY_NAME |
static String |
AZURE_BLOCK_SIZE_PROPERTY_NAME |
static String |
AZURE_CONCURRENT_CONNECTION_VALUE_IN |
static String |
AZURE_CONCURRENT_CONNECTION_VALUE_OUT |
static String |
AZURE_CREATE_REMOTE_FILESYSTEM_DURING_INITIALIZATION |
static String |
AZURE_KEY_ACCOUNT_KEYPROVIDER |
static String |
AZURE_KEY_ACCOUNT_SHELLKEYPROVIDER_SCRIPT |
static String |
AZURE_MAX_BACKOFF_INTERVAL |
static String |
AZURE_MAX_IO_RETRIES |
static String |
AZURE_MIN_BACKOFF_INTERVAL |
static String |
AZURE_READ_BUFFER_SIZE |
static String |
AZURE_SKIP_USER_GROUP_METADATA_DURING_INITIALIZATION |
static String |
AZURE_TOLERATE_CONCURRENT_APPEND |
static String |
AZURE_WRITE_BUFFER_SIZE |
static String |
FS_AZURE_ACCOUNT_AUTH_TYPE_PROPERTY_NAME
Key for auth type properties: "fs.azure.account.auth.type".
|
static String |
FS_AZURE_ACCOUNT_KEY_PROPERTY_NAME |
static String |
FS_AZURE_ACCOUNT_KEY_PROPERTY_NAME_REGX |
static String |
FS_AZURE_ACCOUNT_OAUTH_CLIENT_ENDPOINT
Key for oauth AAD client endpoint: "fs.azure.account.oauth2.client.endpoint".
|
static String |
FS_AZURE_ACCOUNT_OAUTH_CLIENT_ID
Key for oauth AAD client id: "fs.azure.account.oauth2.client.id".
|
static String |
FS_AZURE_ACCOUNT_OAUTH_CLIENT_SECRET
Key for oauth AAD client secret: "fs.azure.account.oauth2.client.secret".
|
static String |
FS_AZURE_ACCOUNT_OAUTH_MSI_TENANT
Key for oauth msi tenant id: "fs.azure.account.oauth2.msi.tenant".
|
static String |
FS_AZURE_ACCOUNT_OAUTH_REFRESH_TOKEN
Key for oauth refresh token: "fs.azure.account.oauth2.refresh.token".
|
static String |
FS_AZURE_ACCOUNT_OAUTH_USER_NAME
Key for oauth user name: "fs.azure.account.oauth2.user.name".
|
static String |
FS_AZURE_ACCOUNT_OAUTH_USER_PASSWORD
Key for oauth user password: "fs.azure.account.oauth2.user.password".
|
static String |
FS_AZURE_ACCOUNT_TOKEN_PROVIDER_TYPE_PROPERTY_NAME
Key for oauth token provider type: "fs.azure.account.oauth.provider.type".
|
static String |
FS_AZURE_ALWAYS_USE_HTTPS |
static String |
FS_AZURE_ATOMIC_RENAME_KEY |
static String |
FS_AZURE_DELEGATION_TOKEN_PROVIDER_TYPE |
static String |
FS_AZURE_ENABLE_AUTOTHROTTLING |
static String |
FS_AZURE_ENABLE_DELEGATION_TOKEN |
static String |
FS_AZURE_ENABLE_FLUSH |
static String |
FS_AZURE_FILE_OWNER_DOMAINNAME
If the domain name is specified and “fs.azure.identity.transformer.enable.short.name”
is true, then the {alias} part of a UPN can be specified as input to APIs like setOwner and
setAcl and it will be transformed to a UPN by appending @ and the domain specified by
this configuration property.
|
static String |
FS_AZURE_FILE_OWNER_ENABLE_SHORTNAME
User principal names (UPNs) have the format “{alias}@{domain}”.
|
static String |
FS_AZURE_OVERRIDE_OWNER_SP
An Azure Active Directory object ID (oid) used as the replacement for names contained in the
list specified by “fs.azure.identity.transformer.service.principal.substitution.list.
|
static String |
FS_AZURE_OVERRIDE_OWNER_SP_LIST
A comma separated list of names to be replaced with the service principal ID specified by
“fs.default.identity.transformer.service.principal.id”.
|
static String |
FS_AZURE_READ_AHEAD_QUEUE_DEPTH |
static String |
FS_AZURE_SECURE_MODE |
static String |
FS_AZURE_SKIP_SUPER_USER_REPLACEMENT
By default this is set as false, so “$superuser” is replaced with the current user when it appears as the owner
or owning group of a file or directory.
|
static String |
FS_AZURE_SSL_CHANNEL_MODE_KEY |
static String |
FS_AZURE_USE_UPN |
static String |
FS_AZURE_USER_AGENT_PREFIX_KEY |
public static final String FS_AZURE_ACCOUNT_KEY_PROPERTY_NAME
public static final String FS_AZURE_ACCOUNT_KEY_PROPERTY_NAME_REGX
public static final String FS_AZURE_SECURE_MODE
public static final String AZURE_MIN_BACKOFF_INTERVAL
public static final String AZURE_MAX_BACKOFF_INTERVAL
public static final String AZURE_BACKOFF_INTERVAL
public static final String AZURE_MAX_IO_RETRIES
public static final String AZURE_WRITE_BUFFER_SIZE
public static final String AZURE_READ_BUFFER_SIZE
public static final String AZURE_BLOCK_SIZE_PROPERTY_NAME
public static final String AZURE_BLOCK_LOCATION_HOST_PROPERTY_NAME
public static final String AZURE_CONCURRENT_CONNECTION_VALUE_OUT
public static final String AZURE_CONCURRENT_CONNECTION_VALUE_IN
public static final String AZURE_TOLERATE_CONCURRENT_APPEND
public static final String AZURE_CREATE_REMOTE_FILESYSTEM_DURING_INITIALIZATION
public static final String AZURE_SKIP_USER_GROUP_METADATA_DURING_INITIALIZATION
public static final String FS_AZURE_ENABLE_AUTOTHROTTLING
public static final String FS_AZURE_ALWAYS_USE_HTTPS
public static final String FS_AZURE_ATOMIC_RENAME_KEY
public static final String FS_AZURE_READ_AHEAD_QUEUE_DEPTH
public static final String FS_AZURE_ENABLE_FLUSH
public static final String FS_AZURE_USER_AGENT_PREFIX_KEY
public static final String FS_AZURE_SSL_CHANNEL_MODE_KEY
public static final String FS_AZURE_USE_UPN
public static final String FS_AZURE_FILE_OWNER_ENABLE_SHORTNAME
public static final String FS_AZURE_FILE_OWNER_DOMAINNAME
public static final String FS_AZURE_OVERRIDE_OWNER_SP
public static final String FS_AZURE_OVERRIDE_OWNER_SP_LIST
public static final String FS_AZURE_SKIP_SUPER_USER_REPLACEMENT
public static final String AZURE_KEY_ACCOUNT_KEYPROVIDER
public static final String AZURE_KEY_ACCOUNT_SHELLKEYPROVIDER_SCRIPT
public static final String AZURE_ABFS_ENDPOINT
public static final String FS_AZURE_ACCOUNT_AUTH_TYPE_PROPERTY_NAME
public static final String FS_AZURE_ACCOUNT_TOKEN_PROVIDER_TYPE_PROPERTY_NAME
public static final String FS_AZURE_ACCOUNT_OAUTH_CLIENT_ID
public static final String FS_AZURE_ACCOUNT_OAUTH_CLIENT_SECRET
public static final String FS_AZURE_ACCOUNT_OAUTH_CLIENT_ENDPOINT
public static final String FS_AZURE_ACCOUNT_OAUTH_MSI_TENANT
public static final String FS_AZURE_ACCOUNT_OAUTH_USER_NAME
public static final String FS_AZURE_ACCOUNT_OAUTH_USER_PASSWORD
public static final String FS_AZURE_ACCOUNT_OAUTH_REFRESH_TOKEN
public static final String FS_AZURE_ENABLE_DELEGATION_TOKEN
public static final String FS_AZURE_DELEGATION_TOKEN_PROVIDER_TYPE
public static final String ABFS_EXTERNAL_AUTHORIZATION_CLASS
Copyright © 2019 Apache Software Foundation. All rights reserved.