FSharp.Azure.Cosmos 1.0.0

Edit this page

ReplaceConcurrentResult<'T, 'E> Type

Represents the result of a replace operation.

Union cases

Union case Description

BadRequest ResponseBody

Full Usage: BadRequest ResponseBody

Parameters:
    ResponseBody : string

ResponseBody : string

CustomError Error

Full Usage: CustomError Error

Parameters:
    Error : 'E

Error : 'E

EntityTooLarge ResponseBody

Full Usage: EntityTooLarge ResponseBody

Parameters:
    ResponseBody : string

ResponseBody : string

ModifiedBefore ResponseBody

Full Usage: ModifiedBefore ResponseBody

Parameters:
    ResponseBody : string

Precondition failed

ResponseBody : string

NotFound ResponseBody

Full Usage: NotFound ResponseBody

Parameters:
    ResponseBody : string

ResponseBody : string

Ok 'T

Full Usage: Ok 'T

Parameters:
    Item : 'T

Item : 'T

TooManyRequests(ResponseBody, RetryAfter)

Full Usage: TooManyRequests(ResponseBody, RetryAfter)

Parameters:
    ResponseBody : string
    RetryAfter : TimeSpan voption

ResponseBody : string
RetryAfter : TimeSpan voption

Instance members

Instance member Description

this.IsBadRequest

Full Usage: this.IsBadRequest

Returns: bool
Returns: bool

this.IsCustomError

Full Usage: this.IsCustomError

Returns: bool
Returns: bool

this.IsEntityTooLarge

Full Usage: this.IsEntityTooLarge

Returns: bool
Returns: bool

this.IsModifiedBefore

Full Usage: this.IsModifiedBefore

Returns: bool
Returns: bool

this.IsNotFound

Full Usage: this.IsNotFound

Returns: bool
Returns: bool

this.IsOk

Full Usage: this.IsOk

Returns: bool
Returns: bool

this.IsTooManyRequests

Full Usage: this.IsTooManyRequests

Returns: bool
Returns: bool