Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The amount of metadata information to serialize in an OData response (for JSON).
Namespace: System.Web.OData.Formatter
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public enum ODataMetadataLevel
public enum class ODataMetadataLevel
type ODataMetadataLevel
Public Enumeration ODataMetadataLevel
Members
Member name | Description | |
---|---|---|
FullMetadata | JSON full metadata. |
|
MinimalMetadata | JSON minimal metadata. |
|
NoMetadata | JSON no metadata. |
See Also
System.Web.OData.Formatter Namespace
Return to top