Show / Hide Table of Contents

Class RequestStatusPerDestination.Types.IngestMobileDataStatus

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

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

Constructors

IngestMobileDataStatus()

Declaration
public IngestMobileDataStatus()

IngestMobileDataStatus(IngestMobileDataStatus)

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

Properties

MobileIdCount

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

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