Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaBranchBranchStats

Statistics describing a branch.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaBranchBranchStats
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX