Cloud Datastore v1 API - Class CreateIndexRequest (2.3.0)

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

Reference 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].

Inheritance

object > CreateIndexRequest

Namespace

Google.Cloud.Datastore.Admin.V1

Assembly

Google.Cloud.Datastore.Admin.V1.dll

Constructors

CreateIndexRequest()

public CreateIndexRequest()

CreateIndexRequest(CreateIndexRequest)

public CreateIndexRequest(CreateIndexRequest other)
Parameter
NameDescription
otherCreateIndexRequest

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
TypeDescription
Index

ProjectId

public string ProjectId { get; set; }

Project ID against which to make the request.

Property Value
TypeDescription
string