ISbTopic Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.SbTopicTypeConverter))]
public interface ISbTopic : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IProxyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.SbTopicTypeConverter))>]
type ISbTopic = interface
interface IJsonSerializable
interface IProxyResource
Public Interface ISbTopic
Implements IProxyResource
- Derived
- Attributes
- Implements
Properties
AccessedAt |
Last time the message was sent, or a request was received, for this topic. |
AutoDeleteOnIdle |
ISO 8601 timespan idle interval after which the topic is automatically deleted. The minimum duration is 5 minutes. |
CountDetailActiveMessageCount |
Number of active messages in the queue, topic, or subscription. |
CountDetailDeadLetterMessageCount |
Number of messages that are dead lettered. |
CountDetailScheduledMessageCount |
Number of scheduled messages. |
CountDetailTransferDeadLetterMessageCount |
Number of messages transferred into dead letters. |
CountDetailTransferMessageCount |
Number of messages transferred to another queue, topic, or subscription. |
CreatedAt |
Exact time the message was created. |
DefaultMessageTimeToLive |
ISO 8601 Default message timespan to live value. This is the duration after which the message expires, starting from when the message is sent to Service Bus. This is the default value used when TimeToLive is not set on a message itself. |
DuplicateDetectionHistoryTimeWindow |
ISO8601 timespan structure that defines the duration of the duplicate detection history. The default value is 10 minutes. |
EnableBatchedOperations |
Value that indicates whether server-side batched operations are enabled. |
EnableExpress |
Value that indicates whether Express Entities are enabled. An express topic holds a message in memory temporarily before writing it to persistent storage. |
EnablePartitioning |
Value that indicates whether the topic to be partitioned across multiple message brokers is enabled. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from IProxyResource) |
Location |
The geo-location where the resource lives (Inherited from IProxyResource) |
MaxMessageSizeInKilobytes |
Maximum size (in KB) of the message payload that can be accepted by the topic. This property is only used in Premium today and default is 1024. |
MaxSizeInMegabytes |
Maximum size of the topic in megabytes, which is the size of the memory allocated for the topic. Default is 1024. |
Name |
The name of the resource (Inherited from IProxyResource) |
RequiresDuplicateDetection |
Value indicating if this topic requires duplicate detection. |
SizeInByte |
Size of the topic, in bytes. |
Status |
Enumerates the possible values for the status of a messaging entity. |
SubscriptionCount |
Number of subscriptions. |
SupportOrdering |
Value that indicates whether the topic supports ordering. |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). |
SystemDataCreatedBy |
The identity that created the resource. |
SystemDataCreatedByType |
The type of identity that created the resource. |
SystemDataLastModifiedAt |
The type of identity that last modified the resource. |
SystemDataLastModifiedBy |
The identity that last modified the resource. |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
Type |
The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs" (Inherited from IProxyResource) |
UpdatedAt |
The exact time the message was updated. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |