Cloud Storage v2 API - Class ManagedFolder (1.0.0-beta03)

public sealed class ManagedFolder : IMessage<ManagedFolder>, IEquatable<ManagedFolder>, IDeepCloneable<ManagedFolder>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Storage v2 API class ManagedFolder.

A managed folder.

Inheritance

object > ManagedFolder

Namespace

Google.Cloud.Storage.Control.V2

Assembly

Google.Cloud.Storage.Control.V2.dll

Constructors

ManagedFolder()

public ManagedFolder()

ManagedFolder(ManagedFolder)

public ManagedFolder(ManagedFolder other)
Parameter
Name Description
other ManagedFolder

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The creation time of the managed folder.

Property Value
Type Description
Timestamp

ManagedFolderName

public ManagedFolderName ManagedFolderName { get; set; }

ManagedFolderName-typed view over the Name resource name property.

Property Value
Type Description
ManagedFolderName

Metageneration

public long Metageneration { get; set; }

Output only. The metadata version of this managed folder. It increases whenever the metadata is updated. Used for preconditions and for detecting changes in metadata. Managed folders don't have a generation number.

Property Value
Type Description
long

Name

public string Name { get; set; }

Identifier. The name of this managed folder. Format: projects/{project}/buckets/{bucket}/managedFolders/{managedFolder}

Property Value
Type Description
string

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The modification time of the managed folder.

Property Value
Type Description
Timestamp