Share via


IBatchProcessor Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.BatchProcessorTypeConverter))]
public interface IBatchProcessor : Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.BatchProcessorTypeConverter))>]
type IBatchProcessor = interface
    interface IJsonSerializable
Public Interface IBatchProcessor
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

BatchSize

Size of the batch.

Timeout

Timeout in milliseconds.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to