Show / Hide Table of Contents

Class Prevalence

The prevalence of a resource within the customer's environment. This measures how common it is for assets to access the resource.

Inheritance
object
Prevalence
Implements
IMessage<Prevalence>
IEquatable<Prevalence>
IDeepCloneable<Prevalence>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class Prevalence : IMessage<Prevalence>, IEquatable<Prevalence>, IDeepCloneable<Prevalence>, IBufferMessage, IMessage

Constructors

Prevalence()

Declaration
public Prevalence()

Prevalence(Prevalence)

Declaration
public Prevalence(Prevalence other)
Parameters
Type Name Description
Prevalence other

Properties

DayCount

The number of days over which rolling_max is calculated.

Declaration
public int DayCount { get; set; }
Property Value
Type Description
int

DayMax

The max prevalence score in a day interval window.

Declaration
public int DayMax { get; set; }
Property Value
Type Description
int

DayMaxSubDomains

The max prevalence score in a day interval window across sub-domains. This field is only valid for domains.

Declaration
public int DayMaxSubDomains { get; set; }
Property Value
Type Description
int

RollingMax

The maximum number of assets per day accessing the resource over the trailing day_count days.

Declaration
public int RollingMax { get; set; }
Property Value
Type Description
int

RollingMaxSubDomains

The maximum number of assets per day accessing the domain along with sub-domains over the trailing day_count days. This field is only valid for domains.

Declaration
public int RollingMaxSubDomains { get; set; }
Property Value
Type Description
int
In this article
Back to top Generated by DocFX