Edge Usage Data Collection Policy Response
data class EdgeUsageDataCollectionPolicyResponse(val dataCollectionFrequency: String? = null, val dataReportingFrequency: String? = null, val eventHubDetails: EdgeUsageDataEventHubResponse? = null, val maxAllowedUnreportedUsageDuration: String? = null)
Constructors
Link copied to clipboard
constructor(dataCollectionFrequency: String? = null, dataReportingFrequency: String? = null, eventHubDetails: EdgeUsageDataEventHubResponse? = null, maxAllowedUnreportedUsageDuration: String? = null)
Properties
Link copied to clipboard
Usage data collection frequency in ISO 8601 duration format e.g. PT10M , PT5H.
Link copied to clipboard
Usage data reporting frequency in ISO 8601 duration format e.g. PT10M , PT5H.
Link copied to clipboard
Details of Event Hub where the usage will be reported.
Link copied to clipboard
Maximum time for which the functionality of the device will not be hampered for not reporting the usage data.