Represents the result of an upsert operation.
Union case | Description |
Full Usage:
BadRequest ResponseBody
Parameters:
string
|
|
Full Usage:
EntityTooLarge ResponseBody
Parameters:
string
|
|
Full Usage:
ModifiedBefore ResponseBody
Parameters:
string
|
|
Full Usage:
Ok 't
Parameters:
't
|
|
Full Usage:
TooManyRequests(ResponseBody, RetryAfter)
Parameters:
string
RetryAfter : TimeSpan voption
|
|
Instance member | Description |
Full Usage:
this.IsBadRequest
Returns: bool
|
|
Full Usage:
this.IsEntityTooLarge
Returns: bool
|
|
Full Usage:
this.IsModifiedBefore
Returns: bool
|
|
Full Usage:
this.IsOk
Returns: bool
|
|
Full Usage:
this.IsTooManyRequests
Returns: bool
|
|