Discuss this help topic in SecureBlackbox Forum
Defines different options of
TElAWSS3DataStorage component.
Declaration
[C#/Java]
TSBAWSS3DataStorageOption = int;
const int awsoptDetailedList = 1;
const int awsoptUseHeadRequests = 2;
const int awsoptLiberalBucketNaming = 4;
[VB.NET]
TSBAWSS3DataStorageOption As Integer;
Const awsoptDetailedList As Integer = 1
Const awsoptUseHeadRequests As Integer = 2
Const awsoptLiberalBucketNaming As Integer = 4
[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;
Description
Possible values:
Declared in
.NET:
- Namespace: SBAWSDataStorage
- Assembly: SecureBlackbox.Cloud
VCL:Java:
- Package: SecureBlackbox.Cloud.jar
C++:
Discuss this help topic in SecureBlackbox Forum