method Datastore.prototype.getIndexesStream Datastore.prototype.getIndexesStream(options?: GetIndexesOptions): NodeJS.ReadableStream Get all of the indexes in this project as a readable object stream. Parameters optional options: GetIndexesOptions Configuration object. See Datastore#getIndexes for a complete list of options. Return Type NodeJS.ReadableStream