Skip to content

JournalMetadata.JournalMetadata(string?, string?, IReadOnlyDictionary<string, string>)

JournalMetadata(string?, string?, IReadOnlyDictionary<string, string>)

View source
public JournalMetadata(string? format, string? eTag = null, IReadOnlyDictionary<string, string>? properties = null)
Initializes a new instance of the JournalMetadata class.

Parameters

formatstring?
The journal format key stored with the journal data, or null if no key is present.
eTagstring?
The storage metadata ETag, or null if none is available.
propertiesIReadOnlyDictionary<string, string>
Caller-owned storage metadata properties.