Annotation Type Configuration
-
public @interface Configuration
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description String
accessKey
String
accountName
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
blobEndpoint
String
clientId
String
clientSecret
String
connectionURL
String
containerName
boolean
enableSecondaryLocation
String
role
String
rootPath
String
sharedAccessSignature
String
tenantId
-
-
-
Field Detail
-
PID
static final String PID
-
-
Element Detail
-
accountName
String accountName
-
-
-
accessKey
String accessKey
-
-
-
containerName
String containerName
- Default:
- "oak"
-
-
-
rootPath
String rootPath
- Default:
- "/oak"
-
-
-
connectionURL
String connectionURL
- Default:
- ""
-
-
-
sharedAccessSignature
String sharedAccessSignature
- Default:
- ""
-
-
-
blobEndpoint
String blobEndpoint
- Default:
- ""
-
-
-
clientId
String clientId
- Default:
- ""
-
-
-
clientSecret
String clientSecret
- Default:
- ""
-
-
-
tenantId
String tenantId
- Default:
- ""
-
-
-
role
String role
- Default:
- ""
-
-