FSharp.Azure.Cosmos 1.0.0

Edit this page

CreateResult<'T> Type

Represents the result of a create 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

IdAlreadyExists ResponseBody

Full Usage: IdAlreadyExists ResponseBody

Parameters:
    ResponseBody : string

Conflict

ResponseBody : string

Ok 'T

Full Usage: Ok 'T

Parameters:
    Item : 'T

Item : 'T

PartitionStorageLimitReached ResponseBody

Full Usage: PartitionStorageLimitReached ResponseBody

Parameters:
    ResponseBody : string

Forbidden

ResponseBody : string

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.IsIdAlreadyExists

Full Usage: this.IsIdAlreadyExists

Returns: bool
Returns: bool

this.IsOk

Full Usage: this.IsOk

Returns: bool
Returns: bool

this.IsPartitionStorageLimitReached

Full Usage: this.IsPartitionStorageLimitReached

Returns: bool
Returns: bool

this.IsTooManyRequests

Full Usage: this.IsTooManyRequests

Returns: bool
Returns: bool