Show / Hide Table of Contents

Class IngestUserDataStatus

The status of the user data ingestion to the destination containing stats related to the ingestion.

Inheritance
object
IngestUserDataStatus
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class IngestUserDataStatus : 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 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

UserIdentifierCount

The total count of user identifiers sent in the upload request for the destination. Includes all user identifiers in the request, regardless of whether they were successfully ingested or not.

Declaration
[JsonProperty("userIdentifierCount")]
public virtual long? UserIdentifierCount { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX