S3Bucket Type
Represents a single S3 Bucket.
Remarks
This collection is used in the S3 component.
Fields
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);