Discuss this help topic in SecureBlackbox Forum
This enumeration specifies possible values of the versioning state of a bucket in
Amazon S3 storage.
Declaration
[C#/Java]
enum TSBAWSS3BucketVersioning { bvEnabled = 0, bvSuspended = 1, bvDisabled = 2 };
[VB.NET]
Enum TSBAWSS3BucketVersioning
bvEnabled = 0
bvSuspended = 1
bvDisabled = 2
End Enum
[Pascal]
TSBAWSS3BucketVersioning = (bvEnabled, bvSuspended, bvDisabled);
[C++]
typedef uint8_t TSBAWSS3BucketVersioningRaw;
typedef enum { bvEnabled = 0, bvSuspended = 1, bvDisabled = 2 } TSBAWSS3BucketVersioning;
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