ODataPayloadKindDetectionResult Class
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.
Represents the result of running payload kind detection for a specified payload kind and format.
public sealed class ODataPayloadKindDetectionResult
type ODataPayloadKindDetectionResult = class
Public NotInheritable Class ODataPayloadKindDetectionResult
- Inheritance
-
ODataPayloadKindDetectionResult
Remarks
This class is used to represent the result of running payload kind detection using DetectPayloadKind(). See the documentation of that method for more information.
Properties
Format |
Gets the format for the detected payload kind. |
PayloadKind |
Gets the detected payload kind. |