OperationLogSpecification Class
Details about an operation related to logs.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelOperationLogSpecification
Constructor
OperationLogSpecification(*, name: str | None = None, display_name: str | None = None, blob_duration: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the log category. |
display_name
|
Localized display name. |
blob_duration
|
Blobs created in the customer storage account, per hour. |
Variables
Name | Description |
---|---|
name
|
The name of the log category. |
display_name
|
Localized display name. |
blob_duration
|
Blobs 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