Show / Hide Table of Contents

Class CustomerIndexStats

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

Inheritance
System.Object
CustomerIndexStats
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class CustomerIndexStats : IDirectResponseSchema

Properties

Date

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
System.String

ItemCountByStatus

Number of items aggregrated by status code.

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

Implements

IDirectResponseSchema
Back to top