CountArtifactsMetadata

Long running operation metadata for matters.count.

JSON representation
{
  "startTime": string,
  "endTime": string,
  "matterId": string,
  "query": {
    object (Query)
  }
}
Fields
startTime

string (Timestamp format)

Creation time of count operation.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

endTime

string (Timestamp format)

End time of count operation. Available when operation is done.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

matterId

string

The matter ID of the associated matter.

query

object (Query)

The search query from the request.