Class IngestCompositeDataStatus
The status of the composite 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 IngestCompositeDataStatus : IDirectResponseSchema
Properties
DataTypeCounts
The total count of data types sent in the upload request for the destination, broken down by data type. Includes all data types in the request, regardless of whether they were successfully ingested or not.
Declaration
[JsonProperty("dataTypeCounts")]
public virtual IList<DataTypeCount> DataTypeCounts { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<DataTypeCount> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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? |
UploadMatchRateRange
The match rate range of the upload.
Declaration
[JsonProperty("uploadMatchRateRange")]
public virtual string UploadMatchRateRange { get; set; }
Property Value
| Type | Description |
|---|---|
| string |