public sealed class Watchlist.Types.EntityCount : IMessage<Watchlist.Types.EntityCount>, IEquatable<Watchlist.Types.EntityCount>, IDeepCloneable<Watchlist.Types.EntityCount>, IBufferMessage, IMessage
Reference documentation and code samples for the Chronicle v1 API class Watchlist.Types.EntityCount.
Count of different types of entities in the watchlist.
Implements
IMessageWatchlistTypesEntityCount, IEquatableWatchlistTypesEntityCount, IDeepCloneableWatchlistTypesEntityCount, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
EntityCount()
public EntityCount()
EntityCount(EntityCount)
public EntityCount(Watchlist.Types.EntityCount other)
Parameter | |
---|---|
Name | Description |
other |
WatchlistTypesEntityCount |
Properties
Asset
public int Asset { get; set; }
Output only. Count of asset type entities in the watchlist.
Property Value | |
---|---|
Type | Description |
int |
User
public int User { get; set; }
Output only. Count of user type entities in the watchlist.
Property Value | |
---|---|
Type | Description |
int |