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

WasabiBucket Type

Represents a single Wasabi Bucket.

Remarks

This collection is used in the Wasabi 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 WasabiBucket()

[C#]
public WasabiBucket();



[VB.NET]
Public WasabiBucket(ByVal Name As String, ByVal CreationDate As String, ByVal OwnerId As String, ByVal OwnerDisplayName As String)

[C#]
public WasabiBucket(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]