FSharp.Azure.Cosmos 1.0.0

Edit this page

UpsertResult<'t> Type

Represents the result of an upsert operation.

Union cases

Union case Description

BadRequest ResponseBody

Full Usage: BadRequest ResponseBody

Parameters:
    ResponseBody : string

ResponseBody : string

EntityTooLarge ResponseBody

Full Usage: EntityTooLarge ResponseBody

Parameters:
    ResponseBody : string

ResponseBody : string

ModifiedBefore ResponseBody

Full Usage: ModifiedBefore 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.IsEntityTooLarge

Full Usage: this.IsEntityTooLarge

Returns: bool
Returns: bool

this.IsModifiedBefore

Full Usage: this.IsModifiedBefore

Returns: bool
Returns: bool

this.IsOk

Full Usage: this.IsOk

Returns: bool
Returns: bool

this.IsTooManyRequests

Full Usage: this.IsTooManyRequests

Returns: bool
Returns: bool