Cloud Storage v2 API - Class DeleteFolderRecursiveMetadata (1.7.0)

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

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

Message returned in the metadata field of the Operation resource for DeleteFolderRecursive operations.

Inheritance

object > DeleteFolderRecursiveMetadata

Namespace

Google.Cloud.Storage.Control.V2

Assembly

Google.Cloud.Storage.Control.V2.dll

Constructors

DeleteFolderRecursiveMetadata()

public DeleteFolderRecursiveMetadata()

DeleteFolderRecursiveMetadata(DeleteFolderRecursiveMetadata)

public DeleteFolderRecursiveMetadata(DeleteFolderRecursiveMetadata other)
Parameter
Name Description
other DeleteFolderRecursiveMetadata

Properties

CommonMetadata

public CommonLongRunningOperationMetadata CommonMetadata { get; set; }

Generic metadata for the long running operation.

Property Value
Type Description
CommonLongRunningOperationMetadata

FolderId

public string FolderId { get; set; }

The path of the folder recursively deleted.

Property Value
Type Description
string