public sealed class ListManagedFoldersRequest : IMessage<ListManagedFoldersRequest>, IEquatable<ListManagedFoldersRequest>, IDeepCloneable<ListManagedFoldersRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Cloud Storage v2 API class ListManagedFoldersRequest.
Request message for ListManagedFolders.
Implements
IMessageListManagedFoldersRequest, IEquatableListManagedFoldersRequest, IDeepCloneableListManagedFoldersRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Storage.Control.V2Assembly
Google.Cloud.Storage.Control.V2.dll
Constructors
ListManagedFoldersRequest()
public ListManagedFoldersRequest()
ListManagedFoldersRequest(ListManagedFoldersRequest)
public ListManagedFoldersRequest(ListManagedFoldersRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListManagedFoldersRequest |
Properties
PageSize
public int PageSize { get; set; }
Optional. Maximum number of managed folders to return in a single response. The service will use this parameter or 1,000 items, whichever is smaller.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. A previously-returned page token representing part of the larger set of results to view.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. Name of the bucket this managed folder belongs to.
Property Value | |
---|---|
Type | Description |
string |
ParentAsBucketName
public BucketName ParentAsBucketName { get; set; }
BucketName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
BucketName |
Prefix
public string Prefix { get; set; }
Optional. Filter results to match managed folders with name starting with this prefix.
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 |