Class AzureConstants
java.lang.Object
org.apache.jackrabbit.oak.blob.cloud.azure.blobstorage.AzureConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Azure blob storage maximum connections per operation (default 1)static final String
Azure blob storage container namestatic final boolean
Is reading from the secondary location enabled by defaultstatic final String
Azure blob storage enable fallback to secondary location for readsstatic final String
Azure blob endpointstatic final String
Azure blob storage maximum retries per requeststatic final String
Azure blob storage request timeoutstatic final String
Azure service principal idstatic final String
Azure service principal passwordstatic final String
Azure connection string (overridesAZURE_SAS
andAZURE_BLOB_ENDPOINT
).static final String
Azure create container if doesn't existstatic final String
Property to enable/disable creation of reference secret on init.static final String
Azure shared access signature tokenstatic final String
Azure storage account keystatic final String
Azure storage account namestatic final String
Azure active directorystatic final String
Maximum size of presigned HTTP download URI cache - default is 0 (no cache)static final String
Domain name to use for direct downloads instead of the default Azure blob storage domain.static final String
TTL for presigned HTTP download URIs - default is 0 (disabled)static final String
Boolean flag to allow disabling of verification check on download URI generation.static final String
Domain name to use for direct uploads instead of the default Azure blob storage domain.static final String
TTL for presigned HTTP upload URIs - default is 0 (disabled)static final String
Proxy hoststatic final String
Proxy port -
Method Summary
-
Field Details
-
AZURE_STORAGE_ACCOUNT_NAME
Azure storage account name- See Also:
-
AZURE_STORAGE_ACCOUNT_KEY
Azure storage account key- See Also:
-
AZURE_CONNECTION_STRING
Azure connection string (overridesAZURE_SAS
andAZURE_BLOB_ENDPOINT
).- See Also:
-
AZURE_SAS
Azure shared access signature token- See Also:
-
AZURE_TENANT_ID
Azure active directory- See Also:
-
AZURE_CLIENT_ID
Azure service principal id- See Also:
-
AZURE_CLIENT_SECRET
Azure service principal password- See Also:
-
AZURE_BLOB_ENDPOINT
Azure blob endpoint- See Also:
-
AZURE_BLOB_CONTAINER_NAME
Azure blob storage container name- See Also:
-
AZURE_CREATE_CONTAINER
Azure create container if doesn't exist- See Also:
-
AZURE_BLOB_REQUEST_TIMEOUT
Azure blob storage request timeout- See Also:
-
AZURE_BLOB_MAX_REQUEST_RETRY
Azure blob storage maximum retries per request- See Also:
-
AZURE_BLOB_CONCURRENT_REQUESTS_PER_OPERATION
Azure blob storage maximum connections per operation (default 1)- See Also:
-
AZURE_BLOB_ENABLE_SECONDARY_LOCATION_NAME
Azure blob storage enable fallback to secondary location for reads- See Also:
-
AZURE_BLOB_ENABLE_SECONDARY_LOCATION_DEFAULT
public static final boolean AZURE_BLOB_ENABLE_SECONDARY_LOCATION_DEFAULTIs reading from the secondary location enabled by default- See Also:
-
PROXY_HOST
Proxy host- See Also:
-
PROXY_PORT
Proxy port- See Also:
-
PRESIGNED_HTTP_UPLOAD_URI_EXPIRY_SECONDS
TTL for presigned HTTP upload URIs - default is 0 (disabled)- See Also:
-
PRESIGNED_HTTP_DOWNLOAD_URI_EXPIRY_SECONDS
TTL for presigned HTTP download URIs - default is 0 (disabled)- See Also:
-
PRESIGNED_HTTP_DOWNLOAD_URI_CACHE_MAX_SIZE
Maximum size of presigned HTTP download URI cache - default is 0 (no cache)- See Also:
-
PRESIGNED_HTTP_DOWNLOAD_URI_VERIFY_EXISTS
Boolean flag to allow disabling of verification check on download URI generation. Default is true (the existence check is performed). Some installations may prefer to disable async uploads, in which case it is possible to disable the existence check and thus greatly speed up the generation of presigned download URIs. See OAK-7998 which describes why the existence check was added to understand how async uploading relates to this feature.- See Also:
-
PRESIGNED_HTTP_DOWNLOAD_URI_DOMAIN_OVERRIDE
Domain name to use for direct downloads instead of the default Azure blob storage domain. This is usually used when an installation has configured a CDN domain for binary downloads.- See Also:
-
PRESIGNED_HTTP_UPLOAD_URI_DOMAIN_OVERRIDE
Domain name to use for direct uploads instead of the default Azure blob storage domain. This is usually used when an installation has configured a CDN domain for binary uploads.- See Also:
-
AZURE_REF_ON_INIT
Property to enable/disable creation of reference secret on init.- See Also:
-