Share via


MemoryRecordMetadata.ExternalSourceName Property

Definition

A value used to understand which external service owns the data, to avoid storing the information inside the URI. E.g. this could be "MSTeams", "WebSite", "GitHub", etc.

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

Property Value

Attributes

Applies to