Class CustomerIndexStats
Aggregation of items by status code as of the specified date.
Implements
Inherited Members
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> |