BatchPayloadUriOption Enum
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.
Indicates the format of Request-URI in each sub request in the batch operation.
public enum BatchPayloadUriOption
type BatchPayloadUriOption =
Public Enum BatchPayloadUriOption
- Inheritance
-
BatchPayloadUriOption
Fields
Name | Value | Description |
---|---|---|
AbsoluteUri | 0 | Absolute URI with schema, host, port, and absolute resource path. |
AbsoluteUriUsingHostHeader | 1 | Absolute resource path and separate Host header. |
RelativeUri | 2 | Resource path relative to the batch request URI. |