Share via


MemoryRecordMetadata.Id Property

Definition

Unique identifier. The format of the value is domain specific, so it can be a URL, a GUID, etc.

[System.Text.Json.Serialization.JsonInclude]
[System.Text.Json.Serialization.JsonPropertyName("id")]
public string Id { get; }
[<System.Text.Json.Serialization.JsonInclude>]
[<System.Text.Json.Serialization.JsonPropertyName("id")>]
member this.Id : string
Public ReadOnly Property Id As String

Property Value

Attributes

Applies to