How to use the azure-mgmt-eventhub.azure.mgmt.eventhub.v2017_04_01.models.capture_description_py3.CaptureDescription function in azure-mgmt-eventhub

To help you get started, we’ve selected a few azure-mgmt-eventhub examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Azure / azure-sdk-for-python / azure-mgmt-eventhub / azure / mgmt / eventhub / v2017_04_01 / models / capture_description_py3.py View on Github external
def __init__(self, *, enabled: bool=None, encoding=None, interval_in_seconds: int=None, size_limit_in_bytes: int=None, destination=None, skip_empty_archives: bool=None, **kwargs) -> None:
        super(CaptureDescription, self).__init__(**kwargs)
        self.enabled = enabled
        self.encoding = encoding
        self.interval_in_seconds = interval_in_seconds
        self.size_limit_in_bytes = size_limit_in_bytes
        self.destination = destination
        self.skip_empty_archives = skip_empty_archives

azure-mgmt-eventhub

Microsoft Azure Event Hub Management Client Library for Python

MIT
Latest version published 1 year ago

Package Health Score

82 / 100
Full package analysis

Popular azure-mgmt-eventhub functions

Similar packages