TopicInner.EnableExpress Property

Definition

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.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enableExpress")]
public bool? EnableExpress { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enableExpress")>]
member this.EnableExpress : Nullable<bool> with get, set
Public Property EnableExpress As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to