Interface HonuaOdataEncodedEntityKey

Key projection consumed by direct and batch URL builders.

interface HonuaOdataEncodedEntityKey {
    literal: string;
    pathSegment: string;
}

Properties

Properties

literal: string

OData key predicate content, without surrounding parentheses.

pathSegment: string

The same predicate encoded as one RFC 3986-safe URL path segment.