Skip to content

InlineOrExternalValue

InlineOrExternalValue<T> = InlineValue<T> | ExternalValue

Inline or external value - used when a value can be too large to include inline in input or output data. If the inline property is set, it contains the full value, otherwise the uri property is set and it contains an uri from which the data can be downloaded.

Type Parameters

Type Parameter
T