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

CreateTopicOptions 类

  • java.lang.Object
    • com.azure.messaging.servicebus.administration.models.CreateTopicOptions

public final class CreateTopicOptions

表示可为创建主题指定的选项集。

构造函数摘要

构造函数 说明
CreateTopicOptions()

创建一个实例。

CreateTopicOptions(TopicProperties topic)

基于指定的 CreateTopicOptions 实例初始化新实例。

方法摘要

修饰符和类型 方法和描述
List<AuthorizationRule> getAuthorizationRules()

获取用于在实体级别控制用户访问的授权规则。

Duration getAutoDeleteOnIdle()

获取自动删除OnIdle 属性:ISO 8601 时间跨度空闲间隔,在此间隔后自动删除队列。

Duration getDefaultMessageTimeToLive()

获取默认的消息时间ToLive 属性:ISO 8601 默认消息时间跨度到实时值。

Duration getDuplicateDetectionHistoryTimeWindow()

获取重复检测历史记录时间窗口属性:ISO 8601 时间跨度结构,用于定义重复检测历史记录的持续时间。

Duration getLockDuration()

获取 lockDuration 属性:iso 8601 timespan duration of a peek-lock;即,消息锁定给其他接收方的时间量。

int getMaxDeliveryCount()

获取“最大传递计数”属性:最大传递计数。

long getMaxMessageSizeInKilobytes()

获取最大消息大小InKilobytes 属性:消息的最大大小(以 KB 为单位)。

long getMaxSizeInMegabytes()

获取 maxSizeInMegabytes 属性:队列的最大大小(以兆字节为单位),即为队列分配的内存大小。

EntityStatus getStatus()

获取状态属性:服务总线资源的状态。

String getUserMetadata()

获取用户元数据属性:用户可以与说明关联的自定义 metdata。

Boolean isBatchedOperationsEnabled()

获取 enableBatchedOperations 属性:指示是否启用服务器端批处理操作的值。

Boolean isDuplicateDetectionRequired()

获取“需要重复检测”属性:一个指示此队列是否需要重复检测的值。

Boolean isPartitioningEnabled()

获取 enablePartitioning 属性:一个值,指示是否要在多个消息中转站之间对队列进行分区。

Boolean isSessionRequired()

获取 requiresSession 属性:一个指示队列是否支持会话概念的值。

boolean isSupportOrdering()

定义是否需要维护排序。

CreateTopicOptions setAutoDeleteOnIdle(Duration autoDeleteOnIdle)

设置自动删除OnIdle 属性:ISO 8601 时间跨度空闲间隔,在此间隔后将自动删除队列。

CreateTopicOptions setBatchedOperationsEnabled(boolean enableBatchedOperations)

设置 enableBatchedOperations 属性:指示是否启用服务器端批处理操作的值。

CreateTopicOptions setDefaultMessageTimeToLive(Duration defaultMessageTimeToLive)

将默认消息时间ToLive 属性:ISO 8601 默认消息时间跨度设置为实时值。

CreateTopicOptions setDuplicateDetectionHistoryTimeWindow(Duration duplicateDetectionHistoryTimeWindow)

设置重复检测历史记录时间窗口属性:ISO 8601 时间跨度结构,用于定义重复检测历史记录的持续时间。

CreateTopicOptions setDuplicateDetectionRequired(boolean requiresDuplicateDetection)

设置“需要重复检测”属性:一个指示此队列是否需要重复检测的值。

CreateTopicOptions setLockDuration(Duration lockDuration)

设置 lockDuration 属性:iso 8601 timespan duration of a peek-lock;即,消息锁定给其他接收方的时间量。

CreateTopicOptions setMaxDeliveryCount(int maxDeliveryCount)

设置“最大传递计数”属性:最大传递计数。

CreateTopicOptions setMaxMessageSizeInKilobytes(long maxMessageSizeInKilobytes)

设置最大消息大小InKilobytes 属性:表示默认的最大消息大小 (千字节) 选项仅在高级层中可用。

CreateTopicOptions setMaxSizeInMegabytes(long maxSizeInMegabytes)

设置 maxSizeInMegabytes 属性:队列的最大大小(以兆字节为单位),即为队列分配的内存大小。

CreateTopicOptions setOrderingSupported(boolean supportOrdering)

定义是否需要维护排序。

CreateTopicOptions setPartitioningEnabled(boolean enablePartitioning)

设置 enablePartitioning 属性:一个值,指示是否要在多个消息中转站之间对队列进行分区。

CreateTopicOptions setSessionRequired(boolean requiresSession)

设置“需要会话”属性:一个指示队列是否支持会话概念的值。

CreateTopicOptions setStatus(EntityStatus status)

设置 status 属性:服务总线资源的状态。

CreateTopicOptions setUserMetadata(String userMetadata)

设置用户元数据属性:用户可以与说明关联的自定义 metdata。

方法继承自 java.lang.Object

构造函数详细信息

CreateTopicOptions

CreateTopicOptions

public CreateTopicOptions(TopicProperties topic)

基于指定的 CreateTopicOptions 实例初始化新实例。 这对于基于现有 topicOptions 的属性创建新主题非常有用。

Parameters:

topic - 用于创建选项的现有主题选项。

方法详细信息

getAuthorizationRules

public List getAuthorizationRules()

获取用于在实体级别控制用户访问的授权规则。

Returns:

用于在实体级别控制用户访问的授权规则。

getAutoDeleteOnIdle

public Duration getAutoDeleteOnIdle()

获取 autoDeleteOnIdle 属性:ISO 8601 timeSpan 空闲间隔,在此间隔后将自动删除队列。 最短持续时间为 5 分钟。

Returns:

autoDeleteOnIdle 值。

getDefaultMessageTimeToLive

public Duration getDefaultMessageTimeToLive()

获取 defaultMessageTimeToLive 属性:ISO 8601 默认消息时间跨度到实时值。 这是消息过期的持续时间,从消息发送到服务总线时开始。 这是未在消息本身上设置 TimeToLive 时使用的默认值。

Returns:

defaultMessageTimeToLive 值。

getDuplicateDetectionHistoryTimeWindow

public Duration getDuplicateDetectionHistoryTimeWindow()

获取用于定义重复检测历史记录持续时间的 duplicateDetectionHistoryTimeWindow 属性:ISO 8601 timeSpan 结构。 默认值为 10 分钟。

Returns:

duplicateDetectionHistoryTimeWindow 值。

getLockDuration

public Duration getLockDuration()

获取 lockDuration 属性:速览锁的 ISO 8601 倍跨度;也就是说,消息为其他接收方锁定的时间量。 LockDuration 的最大值为 5 分钟;默认值为 1 分钟。

Returns:

lockDuration 值。

getMaxDeliveryCount

public int getMaxDeliveryCount()

获取 maxDeliveryCount 属性:最大传递计数。 传递次数达到此数字后,自动将消息视为死信。 默认值为 10。

Returns:

maxDeliveryCount 值。

getMaxMessageSizeInKilobytes

public long getMaxMessageSizeInKilobytes()

获取 maxMessageSizeInKilobytes 属性:消息的最大大小(以 KB 为单位)。

Returns:

maxMessageSizeInKilobytes 值。

getMaxSizeInMegabytes

public long getMaxSizeInMegabytes()

获取 maxSizeInMegabytes 属性:队列的最大大小(以兆字节为单位),即为队列分配的内存大小。

Returns:

maxSizeInMegabytes 值。

getStatus

public EntityStatus getStatus()

获取状态属性:服务总线资源的状态。

Returns:

状态值。

getUserMetadata

public String getUserMetadata()

获取 userMetadata 属性:用户可以与说明关联的自定义 metdata。 最大长度为 1024 个字符。

Returns:

userMetadata 值。

isBatchedOperationsEnabled

public Boolean isBatchedOperationsEnabled()

获取 enableBatchedOperations 属性:指示是否启用服务器端批处理操作的值。

Returns:

enableBatchedOperations 值。

isDuplicateDetectionRequired

public Boolean isDuplicateDetectionRequired()

获取 requiresDuplicateDetection 属性:指示此队列是否需要重复检测的值。

Returns:

requiresDuplicateDetection 值。

isPartitioningEnabled

public Boolean isPartitioningEnabled()

获取 enablePartitioning 属性:一个值,该值指示是否要在多个消息中转站之间对队列进行分区。

Returns:

enablePartitioning 值。

isSessionRequired

public Boolean isSessionRequired()

获取 requiresSession 属性:指示队列是否支持会话概念的值。

Returns:

需要sSession 值。

isSupportOrdering

public boolean isSupportOrdering()

定义是否需要维护排序。 如果为 true,则发送到主题的消息将按顺序转发到订阅。

Returns:

如果应保持排序,则为 true;否则为 false。

setAutoDeleteOnIdle

public CreateTopicOptions setAutoDeleteOnIdle(Duration autoDeleteOnIdle)

设置 autoDeleteOnIdle 属性:ISO 8601 timeSpan 空闲间隔,在此间隔后将自动删除队列。 最短持续时间为 5 分钟。

Parameters:

autoDeleteOnIdle - 要设置的 autoDeleteOnIdle 值。

Returns:

CreateTopicOptions 对象本身。

setBatchedOperationsEnabled

public CreateTopicOptions setBatchedOperationsEnabled(boolean enableBatchedOperations)

设置 enableBatchedOperations 属性:指示是否启用服务器端批处理操作的值。

Parameters:

enableBatchedOperations - 要设置的 enableBatchedOperations 值。

Returns:

CreateTopicOptions 对象本身。

setDefaultMessageTimeToLive

public CreateTopicOptions setDefaultMessageTimeToLive(Duration defaultMessageTimeToLive)

将 defaultMessageTimeToLive 属性:ISO 8601 默认消息时间跨度设置为实时值。 这是消息过期的持续时间,从消息发送到服务总线时开始。 这是未在消息本身上设置 TimeToLive 时使用的默认值。

Parameters:

defaultMessageTimeToLive - 要设置的 defaultMessageTimeToLive 值。

Returns:

CreateTopicOptions 对象本身。

setDuplicateDetectionHistoryTimeWindow

public CreateTopicOptions setDuplicateDetectionHistoryTimeWindow(Duration duplicateDetectionHistoryTimeWindow)

设置 duplicateDetectionHistoryTimeWindow 属性:ISO 8601 timeSpan 结构,用于定义重复检测历史记录的持续时间。 默认值为 10 分钟。

Parameters:

duplicateDetectionHistoryTimeWindow - 要设置的 duplicateDetectionHistoryTimeWindow 值。

Returns:

CreateTopicOptions 对象本身。

setDuplicateDetectionRequired

public CreateTopicOptions setDuplicateDetectionRequired(boolean requiresDuplicateDetection)

设置 requiresDuplicateDetection 属性:指示此队列是否需要重复检测的值。

Parameters:

requiresDuplicateDetection - 需要设置DuplicateDetection 值。

Returns:

CreateTopicOptions 对象本身。

setLockDuration

public CreateTopicOptions setLockDuration(Duration lockDuration)

设置 lockDuration 属性:ISO 8601 速览锁的持续时间;也就是说,消息为其他接收方锁定的时间量。 LockDuration 的最大值为 5 分钟;默认值为 1 分钟。

Parameters:

lockDuration - 要设置的 lockDuration 值。

Returns:

CreateTopicOptions 对象本身。

setMaxDeliveryCount

public CreateTopicOptions setMaxDeliveryCount(int maxDeliveryCount)

设置 maxDeliveryCount 属性:最大传递计数。 传递次数达到此数字后,自动将消息视为死信。 默认值为 10。

Parameters:

maxDeliveryCount - 要设置的 maxDeliveryCount 值。

Returns:

CreateTopicOptions 对象本身。

setMaxMessageSizeInKilobytes

public CreateTopicOptions setMaxMessageSizeInKilobytes(long maxMessageSizeInKilobytes)

设置 maxMessageSizeInKilobytes 属性:表示默认最大消息大小 (kb) 选项仅在高级层中可用。 标准层中的默认最大值为 256 KB,在高级层中为 1 MB。 更大的消息大小在预览版中可用。 请参阅 详细信息

Parameters:

maxMessageSizeInKilobytes - 要设置的 maxMessageSizeInKilobytes 值。

Returns:

CreateTopicOptions 对象本身。

setMaxSizeInMegabytes

public CreateTopicOptions setMaxSizeInMegabytes(long maxSizeInMegabytes)

设置 maxSizeInMegabytes 属性:队列的最大大小(以兆字节为单位),即为队列分配的内存大小。

Parameters:

maxSizeInMegabytes - 要设置的 maxSizeInMegabytes 值。

Returns:

CreateTopicOptions 对象本身。

setOrderingSupported

public CreateTopicOptions setOrderingSupported(boolean supportOrdering)

定义是否需要维护排序。 如果为 true,则发送到主题的消息将按顺序转发到订阅。

Parameters:

supportOrdering - 如果应保持排序,则为 true;否则为 false。

Returns:

CreateTopicOptions 对象本身。

setPartitioningEnabled

public CreateTopicOptions setPartitioningEnabled(boolean enablePartitioning)

设置 enablePartitioning 属性:一个值,该值指示是否要在多个消息中转站之间对队列进行分区。

Parameters:

enablePartitioning - 要设置的 enablePartitioning 值。

Returns:

CreateTopicOptions 对象本身。

setSessionRequired

public CreateTopicOptions setSessionRequired(boolean requiresSession)

设置 requiresSession 属性:一个指示队列是否支持会话概念的值。

Parameters:

requiresSession - 需要设置sSession 值。

Returns:

CreateTopicOptions 对象本身。

setStatus

public CreateTopicOptions setStatus(EntityStatus status)

设置状态属性:服务总线资源的状态。

Parameters:

status - 要设置的状态值。

Returns:

CreateTopicOptions 对象本身。

setUserMetadata

public CreateTopicOptions setUserMetadata(String userMetadata)

设置 userMetadata 属性:用户可以与说明关联的自定义 metdata。 最大长度为 1024 个字符。

Parameters:

userMetadata - 要设置的 userMetadata 值。

Returns:

CreateTopicOptions 对象本身。

适用于