Show / Hide Table of Contents

Class RequestStatusPerDestination.Types.IngestPairDataStatus

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

Inheritance
object
RequestStatusPerDestination.Types.IngestPairDataStatus
Implements
IMessage<RequestStatusPerDestination.Types.IngestPairDataStatus>
IEquatable<RequestStatusPerDestination.Types.IngestPairDataStatus>
IDeepCloneable<RequestStatusPerDestination.Types.IngestPairDataStatus>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class RequestStatusPerDestination.Types.IngestPairDataStatus : IMessage<RequestStatusPerDestination.Types.IngestPairDataStatus>, IEquatable<RequestStatusPerDestination.Types.IngestPairDataStatus>, IDeepCloneable<RequestStatusPerDestination.Types.IngestPairDataStatus>, IBufferMessage, IMessage

Constructors

IngestPairDataStatus()

Declaration
public IngestPairDataStatus()

IngestPairDataStatus(IngestPairDataStatus)

Declaration
public IngestPairDataStatus(RequestStatusPerDestination.Types.IngestPairDataStatus other)
Parameters
Type Name Description
RequestStatusPerDestination.Types.IngestPairDataStatus other

Properties

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
public 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
public long RecordCount { get; set; }
Property Value
Type Description
long
In this article
Back to top Generated by DocFX