public sealed class DeleteFolderRecursiveMetadata : IMessage<DeleteFolderRecursiveMetadata>, IEquatable<DeleteFolderRecursiveMetadata>, IDeepCloneable<DeleteFolderRecursiveMetadata>, IBufferMessage, IMessageReference 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.
Implements
IMessageDeleteFolderRecursiveMetadata, IEquatableDeleteFolderRecursiveMetadata, IDeepCloneableDeleteFolderRecursiveMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Storage.Control.V2Assembly
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 |
|