EdgeUsageDataCollectionPolicy interface
Properties
data |
Usage data collection frequency in ISO 8601 duration format e.g. PT10M , PT5H. |
data |
Usage data reporting frequency in ISO 8601 duration format e.g. PT10M , PT5H. |
event |
Details of Event Hub where the usage will be reported. |
max |
Maximum time for which the functionality of the device will not be hampered for not reporting the usage data. |
Property Details
dataCollectionFrequency
Usage data collection frequency in ISO 8601 duration format e.g. PT10M , PT5H.
dataCollectionFrequency?: string
Property Value
string
dataReportingFrequency
Usage data reporting frequency in ISO 8601 duration format e.g. PT10M , PT5H.
dataReportingFrequency?: string
Property Value
string
eventHubDetails
Details of Event Hub where the usage will be reported.
eventHubDetails?: EdgeUsageDataEventHub
Property Value
maxAllowedUnreportedUsageDuration
Maximum time for which the functionality of the device will not be hampered for not reporting the usage data.
maxAllowedUnreportedUsageDuration?: string
Property Value
string