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.
Enumerates the format type in connection to processing OData payloads.
Inheritance Hierarchy
System.Object
Microsoft.Data.OData.ODataFormat
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public MustInherit Class ODataFormat
'Usage
Dim instance As ODataFormat
public abstract class ODataFormat
public ref class ODataFormat abstract
[<AbstractClassAttribute>]
type ODataFormat = class end
public abstract class ODataFormat
The ODataFormat type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ODataFormat | Initializes a new instance of the ODataFormat class. |
Top
Properties
Name | Description | |
---|---|---|
![]() ![]() |
Atom | Specifies the ATOM format; we also use this for all Xml based formats (if ATOM can't be used). |
![]() ![]() |
Batch | Gets or sets the batch format instance. |
![]() ![]() |
Metadata | Gets or sets the metadata format instance. |
![]() ![]() |
RawValue | Specifies the RAW format; used for raw values. |
![]() ![]() |
VerboseJson | Gets or sets the verbose JSON format. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.