你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PartitionContext 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示事件中心分区及其相对状态,范围限定为针对事件中心分区执行的关联操作。
public class PartitionContext
type PartitionContext = class
Public Class PartitionContext
- 继承
-
PartitionContext
- 派生
构造函数
PartitionContext(String, String, String, String) |
初始化 PartitionContext 类的新实例。 |
属性
ConsumerGroup |
与此上下文关联的使用者组的名称。 |
EventHubName |
与此上下文关联的事件中心的名称。 |
FullyQualifiedNamespace |
与此上下文关联的完全限定的事件中心命名空间。 |
PartitionId |
与此上下文关联的事件中心分区的标识符。 |
方法
ReadLastEnqueuedEventProperties() |
与与此上下文关联的 EventHubs 客户端观察到的一组有关分区的最后一个排队事件的信息,因为事件是从事件中心服务接收的。 仅当使用 set 创建 TrackLastEnqueuedEventProperties 使用者时,这才可用。 |