Cloud Storage Integrator 2016 .NET Edition
Cloud Storage Integrator 2016 .NET Edition
Questions / Feedback?

S3Bucket Type

This type represents a single Bucket.

Remarks

This type represents a single Bucket.

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);



 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 .NET Edition - Version 16.0 [Build 7239]