Discuss this help topic in SecureBlackbox Forum

TSBAWSS3BucketVersioning

Declared in     


Filter: C#/Java  VB.NET  Pascal  C++  


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:
  • Unit: SBAWSDataStorage
Java:
  • Package: SecureBlackbox.Cloud.jar
C++:
  • sbawsdatastorage.h

Discuss this help topic in SecureBlackbox Forum