Class UserEventImportSummary (1.3.0)

public sealed class UserEventImportSummary : IMessage<UserEventImportSummary>, IEquatable<UserEventImportSummary>, IDeepCloneable<UserEventImportSummary>, IBufferMessage, IMessage

A summary of import result. The UserEventImportSummary summarizes the import status for user events.

Inheritance

Object > UserEventImportSummary

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

UserEventImportSummary()

public UserEventImportSummary()

UserEventImportSummary(UserEventImportSummary)

public UserEventImportSummary(UserEventImportSummary other)
Parameter
NameDescription
otherUserEventImportSummary

Properties

JoinedEventsCount

public long JoinedEventsCount { get; set; }

Count of user events imported with complete existing catalog information.

Property Value
TypeDescription
Int64

UnjoinedEventsCount

public long UnjoinedEventsCount { get; set; }

Count of user events imported, but with catalog information not found in the imported catalog.

Property Value
TypeDescription
Int64