PSTopicAttributes Class
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.
public class PSTopicAttributes
type PSTopicAttributes = class
Public Class PSTopicAttributes
- Inheritance
-
PSTopicAttributes
Constructors
PSTopicAttributes() | |
PSTopicAttributes(SBTopic) |
Properties
AccessedAt |
Last time the message was sent or a request was received for this topic. |
AutoDeleteOnIdle |
TimeSpan idle interval after which the topic is automatically deleted. The minimum duration is 5 minutes. |
CountDetails | |
CreatedAt |
Exact time the message was created. |
DefaultMessageTimeToLive |
Default message time 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 |
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 |
Id of the resource. |
MaxSizeInMegabytes |
Maximum size of the topic in megabytes, which is the size of memory allocated for the topic. |
Name |
Queue name. |
RequiresDuplicateDetection |
Value indicating if this topic requires duplicate detection. |
SizeInBytes |
Size of the topic in bytes. |
Status |
Enumerates the possible values for the status of a messaging entity. Possible values include: 'Active', 'Creating', 'Deleting', 'Disabled', 'ReceiveDisabled', 'Renaming', 'Restoring', 'SendDisabled', 'Unknown' |
SubscriptionCount |
Number of subscriptions. |
SupportOrdering |
Value that indicates whether the topic supports ordering. |
Type |
Type of the resource. |
UpdatedAt |
The exact time the message has been updated. |