Interface protos.google.firestore.v1.IExecutionStats (0.2.0)

Properties of an ExecutionStats.

Package

@google-cloud/firestore-api

Properties

debugStats

debugStats?: (google.protobuf.IStruct|null);

ExecutionStats debugStats

executionDuration

executionDuration?: (google.protobuf.IDuration|null);

ExecutionStats executionDuration

readOperations

readOperations?: (number|Long|string|null);

ExecutionStats readOperations

resultsReturned

resultsReturned?: (number|Long|string|null);

ExecutionStats resultsReturned