Class MessageMetadata
Object that represents metadata for message.
Inherited Members
Namespace: Oci.QueueService.Models
Assembly: OCI.DotNetSDK.Queue.dll
Syntax
public class MessageMetadataProperties
ChannelId
Declaration
[Required(ErrorMessage = "ChannelId is required.")]
[JsonProperty(PropertyName = "channelId")]
public string ChannelId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The channel ID which specifies the channel to publish or retrieve messages. | 
Remarks
Required
CustomProperties
Declaration
[JsonProperty(PropertyName = "customProperties")]
public Dictionary<string, string> CustomProperties { get; set; }Property Value
| Type | Description | 
|---|---|
| Dictionary<string, string> | Additional message properties |