S3Bucket Type

A bucket.

Remarks

This type represents a bucket.

Fields

CreationDate
String

The creation date of the bucket.

This field reflects the creation date of the bucket.

Name
String

The name of the bucket.

This field reflects the name of the bucket.

OwnerDisplayName
String

The display name of the bucket's owner.

This field reflects the display name of the bucket's owner.

OwnerId
String

The Id of the bucket's owner.

This field reflects the Id of the bucket's owner.

Constructors

public S3Bucket();
Public S3Bucket()
public S3Bucket(string name, string creationDate, string ownerId, string ownerDisplayName);
Public S3Bucket(ByVal Name As String, ByVal CreationDate As String, ByVal OwnerId As String, ByVal OwnerDisplayName As String)

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks S3 2020 .NET Edition - Version 20.0 [Build 8298]