Share via


ODataPayloadKindDetectionResult Class

Definition

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.

Applies to