Class IngestPairDataStatus
The status of the pair data ingestion to the destination containing stats related to the ingestion.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class IngestPairDataStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PairIdCount
The total count of pair ids sent in the upload request for the destination. Includes all pair ids in the request, regardless of whether they were successfully ingested or not.
Declaration
[JsonProperty("pairIdCount")]
public virtual long? PairIdCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
RecordCount
The total count of audience members sent in the upload request for the destination. Includes all audience members in the request, regardless of whether they were successfully ingested or not.
Declaration
[JsonProperty("recordCount")]
public virtual long? RecordCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |