Class BoundedTrie
The message type used for encoding metrics of type bounded trie.
Implements
Inherited Members
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> |