public sealed class UserEventImportSummary : IMessage<UserEventImportSummary>, IEquatable<UserEventImportSummary>, IDeepCloneable<UserEventImportSummary>, IBufferMessage, IMessageA summary of import result. The UserEventImportSummary summarizes the import status for user events.
Inheritance
System.Object > UserEventImportSummaryImplements
Google.Protobuf.IMessage<UserEventImportSummary>, System.IEquatable<UserEventImportSummary>, Google.Protobuf.IDeepCloneable<UserEventImportSummary>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
UserEventImportSummary()
public UserEventImportSummary()UserEventImportSummary(UserEventImportSummary)
public UserEventImportSummary(UserEventImportSummary other)| Parameter | |
|---|---|
| Name | Description |
other |
UserEventImportSummary |
Properties
JoinedEventsCount
public long JoinedEventsCount { get; set; }Count of user events imported with complete existing catalog information.
| Property Value | |
|---|---|
| Type | Description |
System.Int64 |
|
UnjoinedEventsCount
public long UnjoinedEventsCount { get; set; }Count of user events imported, but with catalog information not found in the imported catalog.
| Property Value | |
|---|---|
| Type | Description |
System.Int64 |
|