Collection interface
Properties
client |
The msi client id used to collect logging to blob storage. If it's null,backend will pick a registered endpoint identity to auth. |
data |
Enable or disable data collection. |
data |
The data asset arm resource id. Client side will ensure data asset is pointing to the blob storage, and backend will collect data to the blob storage. |
sampling |
The sampling rate for collection. Sampling rate 1.0 means we collect 100% of data by default. |
Property Details
clientId
The msi client id used to collect logging to blob storage. If it's null,backend will pick a registered endpoint identity to auth.
clientId?: string
Property Value
string
dataCollectionMode
Enable or disable data collection.
dataCollectionMode?: string
Property Value
string
dataId
The data asset arm resource id. Client side will ensure data asset is pointing to the blob storage, and backend will collect data to the blob storage.
dataId?: string
Property Value
string
samplingRate
The sampling rate for collection. Sampling rate 1.0 means we collect 100% of data by default.
samplingRate?: number
Property Value
number