ODataMetadataLevel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The amount of metadata information to serialize in an OData response (for JSON).
public enum ODataMetadataLevel
type ODataMetadataLevel =
Public Enum ODataMetadataLevel
- Inheritance
-
ODataMetadataLevel
Fields
Name | Value | Description |
---|---|---|
MinimalMetadata | 0 | JSON minimal metadata. |
FullMetadata | 1 | JSON full metadata. |
NoMetadata | 2 | JSON no metadata. |