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

CreateQueueOptions.UserMetadata Property

Definition

Custom metadata that user can associate with the queue.

public string UserMetadata { get; set; }
member this.UserMetadata : string with get, set
Public Property UserMetadata As String

Property Value

Remarks

Cannot be null. Max length is 1024 chars.

Applies to