Chronicle v1 API - Class Watchlist.Types.EntityCount (1.0.0-beta02)

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.

Inheritance

object > Watchlist.Types.EntityCount

Namespace

Google.Cloud.Chronicle.V1

Assembly

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