Show / Hide Table of Contents

Class ValueCount

Tuple for how many times an Expression was evaluated to a particular ExpressionValue.

Inheritance
object
ValueCount
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.FirebaseRules.v1.Data
Assembly: Google.Apis.FirebaseRules.v1.dll
Syntax
public class ValueCount : IDirectResponseSchema

Properties

Count

The amount of times that expression returned.

Declaration
[JsonProperty("count")]
public virtual int? Count { 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

Value

The return value of the expression

Declaration
[JsonProperty("value")]
public virtual object Value { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX