Show / Hide Table of Contents

Class RequestStatusPerDestination.Types.IngestPartnerProvidedIdDataStatus

The status of the partner provided id data ingestion to the destination containing stats related to the ingestion.

Inheritance
object
RequestStatusPerDestination.Types.IngestPartnerProvidedIdDataStatus
Implements
IMessage<RequestStatusPerDestination.Types.IngestPartnerProvidedIdDataStatus>
IEquatable<RequestStatusPerDestination.Types.IngestPartnerProvidedIdDataStatus>
IDeepCloneable<RequestStatusPerDestination.Types.IngestPartnerProvidedIdDataStatus>
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.IngestPartnerProvidedIdDataStatus : IMessage<RequestStatusPerDestination.Types.IngestPartnerProvidedIdDataStatus>, IEquatable<RequestStatusPerDestination.Types.IngestPartnerProvidedIdDataStatus>, IDeepCloneable<RequestStatusPerDestination.Types.IngestPartnerProvidedIdDataStatus>, IBufferMessage, IMessage

Constructors

IngestPartnerProvidedIdDataStatus()

Declaration
public IngestPartnerProvidedIdDataStatus()

IngestPartnerProvidedIdDataStatus(IngestPartnerProvidedIdDataStatus)

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

Properties

PartnerProvidedIdCount

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

Declaration
public long PartnerProvidedIdCount { 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