Show / Hide Table of Contents

Class RequestStatusPerDestination.Types.IngestCompositeDataStatus

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

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

Constructors

IngestCompositeDataStatus()

Declaration
public IngestCompositeDataStatus()

IngestCompositeDataStatus(IngestCompositeDataStatus)

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

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
public RepeatedField<RequestStatusPerDestination.Types.DataTypeCount> DataTypeCounts { get; }
Property Value
Type Description
RepeatedField<RequestStatusPerDestination.Types.DataTypeCount>

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

UploadMatchRateRange

The match rate range of the upload.

Declaration
public MatchRateRange UploadMatchRateRange { get; set; }
Property Value
Type Description
MatchRateRange
In this article
Back to top Generated by DocFX