Table of Contents

Property DataJson

Namespace
Millrace.Storage
Assembly
Millrace.dll

DataJson

The serialized TData document. This is a JSON document, not an opaque string: providers may store it in a native JSON column (jsonb etc.) and must preserve semantic content — lexical formatting (whitespace, object key order) need not survive.

public required string DataJson { get; init; }

Property Value

string