JournalMetadata(string?, string?, IReadOnlyDictionary<string, string>)
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
nullif no key is present. eTagstring?- The storage metadata ETag, or
nullif none is available. propertiesIReadOnlyDictionary<string, string>- Caller-owned storage metadata properties.
