IPWorks Cloud 2020 .NET Edition

Questions / Feedback?

GStorageBucket 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 GStorageBucket();
Public GStorageBucket()
public GStorageBucket(string name, string creationDate, string ownerId, string ownerDisplayName);
Public GStorageBucket(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 Cloud 2020 .NET Edition - Version 20.0 [Build 8265]