Show / Hide Table of Contents

Class BoundedTrie

The message type used for encoding metrics of type bounded trie.

Inheritance
object
BoundedTrie
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.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class BoundedTrie : IDirectResponseSchema

Properties

Bound

The maximum number of elements to store before truncation.

Declaration
[JsonProperty("bound")]
public virtual int? Bound { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Root

A compact representation of all the elements in this trie.

Declaration
[JsonProperty("root")]
public virtual BoundedTrieNode Root { get; set; }
Property Value
Type Description
BoundedTrieNode

Singleton

A more efficient representation for metrics consisting of a single value.

Declaration
[JsonProperty("singleton")]
public virtual IList<string> Singleton { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX