S3Bucket Type
Represents a single S3 Bucket.
Remarks
This collection is used in the S3 component.
Fields
CreationDate String |
The creation date of the current bucket. |
Name String |
The name of the current bucket. |
OwnerDisplayName String |
The display name of the current bucket's owner. |
OwnerId String |
The owner of the current bucket. |
Constructors
[VB.NET] Public S3Bucket() [C#] public S3Bucket();
[VB.NET] Public S3Bucket(ByVal Name As String, ByVal CreationDate As String, ByVal OwnerId As String, ByVal OwnerDisplayName As String) [C#] public S3Bucket(string name, string creationDate, string ownerId, string ownerDisplayName);