Google Bigtable v2 API - Enum ReadRowsRequest.Types.RequestStatsView (3.12.0)

public enum ReadRowsRequest.Types.RequestStatsView

Reference documentation and code samples for the Google Bigtable v2 API enum ReadRowsRequest.Types.RequestStatsView.

The desired view into RequestStats that should be returned in the response.

See also: RequestStats message.

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Fields

NameDescription
RequestStatsFull

Include the full set of available RequestStats in the response, applicable to this read.

RequestStatsNone

Do not include any RequestStats in the response. This will leave the RequestStats embedded message unset in the response.

Unspecified

The default / unset value. The API will default to the NONE option below.