Show / Hide Table of Contents

Class RequestStatusPerDestination.Types.IngestEventsStatus

The status of the events ingestion to the destination.

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

Constructors

IngestEventsStatus()

Declaration
public IngestEventsStatus()

IngestEventsStatus(IngestEventsStatus)

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

Properties

RecordCount

The total count of events sent in the upload request. Includes all events 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