BatchReleaseCriteria Class
The batch release criteria.
- Inheritance
-
msrest.serialization.ModelBatchReleaseCriteria
Constructor
BatchReleaseCriteria(*, message_count: int | None = None, batch_size: int | None = None, recurrence: WorkflowTriggerRecurrence | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
message_count
|
The message count. |
batch_size
|
The batch size in bytes. |
recurrence
|
The recurrence. |
Variables
Name | Description |
---|---|
message_count
|
The message count. |
batch_size
|
The batch size in bytes. |
recurrence
|
The recurrence. |
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