method Datastore.prototype.getIndexes
Datastore.prototype.getIndexes(options?: GetIndexesOptions): Promise<GetIndexesResponse>

Get all of the indexes in this project.

Parameters

optional
options: GetIndexesOptions

Return Type

Promise<GetIndexesResponse>
Datastore.prototype.getIndexes(
options: GetIndexesOptions,
callback: GetIndexesCallback,
): void

Parameters

options: GetIndexesOptions
callback: GetIndexesCallback

Return Type

void
Datastore.prototype.getIndexes(callback: GetIndexesCallback): void

Parameters

callback: GetIndexesCallback

Return Type

void