Cloud Storage v2 API - Class DeleteFolderRecursiveRequest (1.7.0)

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

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

Request message for DeleteFolderRecursive.

Inheritance

object > DeleteFolderRecursiveRequest

Namespace

Google.Cloud.Storage.Control.V2

Assembly

Google.Cloud.Storage.Control.V2.dll

Constructors

DeleteFolderRecursiveRequest()

public DeleteFolderRecursiveRequest()

DeleteFolderRecursiveRequest(DeleteFolderRecursiveRequest)

public DeleteFolderRecursiveRequest(DeleteFolderRecursiveRequest other)
Parameter
Name Description
other DeleteFolderRecursiveRequest

Properties

FolderName

public FolderName FolderName { get; set; }

FolderName-typed view over the Name resource name property.

Property Value
Type Description
FolderName

HasIfMetagenerationMatch

public bool HasIfMetagenerationMatch { get; }

Gets whether the "if_metageneration_match" field is set

Property Value
Type Description
bool

HasIfMetagenerationNotMatch

public bool HasIfMetagenerationNotMatch { get; }

Gets whether the "if_metageneration_not_match" field is set

Property Value
Type Description
bool

IfMetagenerationMatch

public long IfMetagenerationMatch { get; set; }

Optional. Makes the operation only succeed conditional on whether the root folder's current metageneration matches the given value.

Property Value
Type Description
long

IfMetagenerationNotMatch

public long IfMetagenerationNotMatch { get; set; }

Optional. Makes the operation only succeed conditional on whether the root folder's current metageneration does not match the given value.

Property Value
Type Description
long

Name

public string Name { get; set; }

Required. Name of the folder being deleted, however all of its contents will be deleted too. Format: projects/{project}/buckets/{bucket}/folders/{folder}

Property Value
Type Description
string

RequestId

public string RequestId { get; set; }

Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.

Property Value
Type Description
string