Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ObjectCollectionRuleCollectionTypes

The type of Object Collection Rule that needs to be performed with the rule being created. LIVE : Using this type will prompt the process to collect all the logs that gets uploaded to the object store bucket from the time the rule gets registered HISTORIC: This specifies that it is a one off collection request from one time (pollSince) to a second time period (pollTill). In this colletion the pollTill >pollSince HISTORIC_LIVE: This specifies that the collection of objects from the object store bucket needs to be started from a specific time stamp (pollSince) and should collect all the objects that ever gets into this bucket till this rule is configured and active.

Enumeration members

Historic

Historic: = "HISTORIC"

HistoricLive

HistoricLive: = "HISTORIC_LIVE"

Live

Live: = "LIVE"

UnknownValue

UnknownValue: = "UNKNOWN_VALUE"

This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.

Functions

getDeserializedJsonObj

getJsonObj