Discuss this help topic in SecureBlackbox Forum
Defines different options of TElAWSS3DataStorage component.
Declaration
[C#]
TSBAWSS3DataStorageOption = short;
const short awsoptDetailedList = 0;
const short awsoptUseHeadRequests = 1;
const short awsoptLiberalBucketNaming = 2;
[VB.NET]
TSBAWSS3DataStorageOption As Short
Const awsoptDetailedList As Short = 0
Const awsoptUseHeadRequests As Short = 1
Const awsoptLiberalBucketNaming As Short = 2
[Pascal]
TSBAWSS3DataStorageOption = (awsoptDetailedList, awsoptUseHeadRequests, awsoptLiberalBucketNaming);
[C++]
typedef uint8_t TSBAWSS3DataStorageOptionRaw;
typedef enum { awsoptDetailedList = 0, awsoptUseHeadRequests = 1, awsoptLiberalBucketNaming = 2 } TSBAWSS3DataStorageOption;
typedef uint32_t TSBAWSS3DataStorageOptionsRaw;
typedef enum { f_awsoptDetailedList = 1, f_awsoptUseHeadRequests = 2, f_awsoptLiberalBucketNaming = 4 } TSBAWSS3DataStorageOptions;
[PHP]
class TSBAWSS3DataStorageOption extends TSBBaseEnum {
const awsoptDetailedList = 0;
const awsoptUseHeadRequests = 1;
const awsoptLiberalBucketNaming = 2;
}
Possible values
Declared in
.NET:
- Namespace: SBAWSDataStorage
- Assembly: SecureBlackbox.Cloud
VCL:Java:
- Package: SecureBlackbox.Cloud.jar
C++:
Discuss this help topic in SecureBlackbox Forum