ODataFormat Class

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
Protected method ODataFormat Initializes a new instance of the ODataFormat class.

Top

Properties

  Name Description
Public propertyStatic member Atom Specifies the ATOM format; we also use this for all Xml based formats (if ATOM can't be used).
Public propertyStatic member Batch Gets or sets the batch format instance.
Public propertyStatic member Json Specifies the JSON format.
Public propertyStatic member Metadata Gets or sets the metadata format instance.
Public propertyStatic member RawValue Specifies the RAW format; used for raw values.
Public propertyStatic member VerboseJson Gets or sets the verbose JSON format.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.Data.OData Namespace