public sealed class CreateIndexRequest : IMessage<CreateIndexRequest>, IEquatable<CreateIndexRequest>, IDeepCloneable<CreateIndexRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Datastore v1 API class CreateIndexRequest.
The request for [google.datastore.admin.v1.DatastoreAdmin.CreateIndex][google.datastore.admin.v1.DatastoreAdmin.CreateIndex].
Implements
IMessageCreateIndexRequest, IEquatableCreateIndexRequest, IDeepCloneableCreateIndexRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Datastore.Admin.V1Assembly
Google.Cloud.Datastore.Admin.V1.dll
Constructors
CreateIndexRequest()
public CreateIndexRequest()CreateIndexRequest(CreateIndexRequest)
public CreateIndexRequest(CreateIndexRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateIndexRequest |
Properties
Index
public Index Index { get; set; }The index to create. The name and state fields are output only and will be ignored. Single property indexes cannot be created or deleted.
| Property Value | |
|---|---|
| Type | Description |
Index |
|
ProjectId
public string ProjectId { get; set; }Project ID against which to make the request.
| Property Value | |
|---|---|
| Type | Description |
string |
|