Show / Hide Table of Contents

Class CustomerIndexStats

Aggregation of items by status code as of the specified date.

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

Properties

Date

The date for which statistics were calculated.

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

ETag

The ETag of the item.

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

ItemCountByStatus

Number of items aggregrated by status code.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX