Interface OdataSourceOptions

Options for odataSource.

interface OdataSourceOptions {
    writeEncoding?: OdataWriteEncoding;
}

Properties

Properties

writeEncoding?: OdataWriteEncoding

Opt into metadata-driven exact EDM body and key encoding. Edm.Int64 and Edm.Decimal values become validated JSON strings and request media types receive IEEE754Compatible=true only when required. Defaults to legacy, preserving the original JSON bytes and key formatting.