OperationMetricAvailability Class
Defines how often data for a metric becomes available.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelOperationMetricAvailability
Constructor
OperationMetricAvailability(*, time_grain: str | None = None, blob_duration: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
time_grain
|
The granularity for the metric. |
blob_duration
|
Blob created in the customer storage account, per hour. |
Variables
Name | Description |
---|---|
time_grain
|
The granularity for the metric. |
blob_duration
|
Blob created in the customer storage account, per hour. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python