Class GoogleCloudDiscoveryengineV1alphaBranchBranchStats
Statistics describing a branch.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaBranchBranchStats : IDirectResponseSchema
Properties
DocumentCounts
The number of documents in a given branch. The key is a group representing a set of documents, and the value is the number of document in that group. Note: keys in this map may change over time. Supported keys: ['all'].
Declaration
[JsonProperty("documentCounts")]
public virtual IDictionary<string, long?> DocumentCounts { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, long?> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |