Class IngestEventsStatus
The status of the events ingestion to the destination.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class IngestEventsStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RecordCount
The total count of events sent in the upload request. Includes all events 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? |