public sealed class ListIndexesRequest : IMessage<ListIndexesRequest>, IEquatable<ListIndexesRequest>, IDeepCloneable<ListIndexesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Cloud Datastore v1 API class ListIndexesRequest.
The request for [google.datastore.admin.v1.DatastoreAdmin.ListIndexes][google.datastore.admin.v1.DatastoreAdmin.ListIndexes].
Implements
IMessageListIndexesRequest, IEquatableListIndexesRequest, IDeepCloneableListIndexesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Datastore.Admin.V1Assembly
Google.Cloud.Datastore.Admin.V1.dll
Constructors
ListIndexesRequest()
public ListIndexesRequest()ListIndexesRequest(ListIndexesRequest)
public ListIndexesRequest(ListIndexesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListIndexesRequest |
Properties
Filter
public string Filter { get; set; }| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }The maximum number of items to return. If zero, then all results will be returned.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }The next_page_token value returned from a previous List request, if any.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ProjectId
public string ProjectId { get; set; }Project ID against which to make the request.
| Property Value | |
|---|---|
| Type | Description |
string |
|