你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EventDataBatch 类

定义

一个帮助程序类,用于创建要用于 SendBatch 或 SendBatchAsync 调用的一批 EventData 对象。

public sealed class EventDataBatch : IDisposable
type EventDataBatch = class
    interface IDisposable
Public NotInheritable Class EventDataBatch
Implements IDisposable
继承
EventDataBatch
实现

构造函数

EventDataBatch(Int64)

创建具有指定最大大小的批(以字节为单位)。

属性

Count

获取批处理中的当前事件计数。

方法

Dispose()

释放此批中包含的 EventData 对象。

ToEnumerable()

将批处理转换为可由 SendBatch 或 SendBatchAsync 方法接受的 EventData 对象的 IEnumerable。

TryAdd(EventData)

如果批的大小限制允许,则尝试将事件数据添加到批处理。

适用于