TopicInner Class

Definition

Description of topic resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class TopicInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type TopicInner = class
    inherit Resource
Public Class TopicInner
Inherits Resource
Inheritance
Attributes

Constructors

TopicInner()

Initializes a new instance of the TopicInner class.

TopicInner(String, String, String, String, IDictionary<String, String>, Nullable<DateTime>, String, Nullable<DateTime>, MessageCountDetails, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int64>, Nullable<Boolean>, Nullable<Int64>, Nullable<EntityStatus>, Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>)

Initializes a new instance of the TopicInner class.

Properties

AccessedAt

Gets last time the message was sent, or a request was received, for this topic.

AutoDeleteOnIdle

Gets or sets timeSpan idle interval after which the topic is automatically deleted. The minimum duration is 5 minutes. The service accepts a C# Standard TimeSpan Format for loc duration https://msdn.microsoft.com/en-us/library/ee372286(v=vs.110).aspx . Format is 'DD.HH:MM:SS' and default value of this property is 10675199 days

CountDetails
CreatedAt

Gets exact time the Tpoic was created.

DefaultMessageTimeToLive

Gets or sets 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. The service accepts a C# Standard TimeSpan Format for loc duration https://msdn.microsoft.com/en-us/library/ee372286(v=vs.110).aspx . Format is 'DD.HH:MM:SS' and default value of this property is 10675199 days

DuplicateDetectionHistoryTimeWindow

Gets or sets timeSpan structure that defines the duration of the duplicate detection history. The default value is 10 minutes. The service accepts a C# Standard TimeSpan Format for loc duration https://msdn.microsoft.com/en-us/library/ee372286(v=vs.110).aspx . Format is 'DD.HH:MM:SS' and default value of this property is 10675199 days

EnableBatchedOperations

Gets or sets value that indicates whether server-side batched operations are enabled.

EnableExpress

Gets or sets value that indicates whether Express Entities are enabled. An express topic holds a message in memory temporarily before writing it to persistent storage.

EnablePartitioning

Gets or sets value that indicates whether the topic to be partitioned across multiple message brokers is enabled.

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Location

Resource location

(Inherited from Resource)
MaxSizeInMegabytes

Gets or sets maximum size of the topic in megabytes, which is the size of the memory allocated for the topic.

Name

Resource name

(Inherited from ProxyResource)
RequiresDuplicateDetection

Gets or sets value indicating if this topic requires duplicate detection.

SizeInBytes

Gets size of the topic, in bytes.

Status

Gets enumerates the possible values for the status of a messaging entity. Possible values include: 'Active', 'Creating', 'Deleting', 'Disabled', 'ReceiveDisabled', 'Renaming', 'Restoring', 'SendDisabled', 'Unknown'

SubscriptionCount

Gets number of subscriptions.

SupportOrdering

Gets or sets value that indicates whether the topic supports ordering.

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)
UpdatedAt

Gets the exact time the Topic was updated.

Methods

Validate()

Validate the object. Throws ValidationException if validation fails.

(Inherited from Resource)

Applies to