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.
Implements
IMessage<UserEventImportSummary>, IEquatable<UserEventImportSummary>, IDeepCloneable<UserEventImportSummary>, IBufferMessage, IMessageNamespace
Google.Cloud.RecommendationEngine.V1Beta1Assembly
Google.Cloud.RecommendationEngine.V1Beta1.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 |
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 |
Int64 |