Class UserEventImportSummary
A summary of import result. The UserEventImportSummary summarizes the import status for user events.
Inheritance
System.Object
UserEventImportSummary
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.Retail.V2
Assembly: Google.Cloud.Retail.V2.dll
Syntax
public sealed class UserEventImportSummary : IMessage<UserEventImportSummary>, IEquatable<UserEventImportSummary>, IDeepCloneable<UserEventImportSummary>, IBufferMessage, IMessage
Constructors
UserEventImportSummary()
Declaration
public UserEventImportSummary()
UserEventImportSummary(UserEventImportSummary)
Declaration
public UserEventImportSummary(UserEventImportSummary other)
Parameters
Type | Name | Description |
---|---|---|
UserEventImportSummary | other |
Properties
JoinedEventsCount
Count of user events imported with complete existing catalog information.
Declaration
public long JoinedEventsCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
UnjoinedEventsCount
Count of user events imported, but with catalog information not found in the imported catalog.
Declaration
public long UnjoinedEventsCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |