FSharp.Azure.Cosmos 1.0.0

Edit this page

ReadManyResult<'t> Type

Represents the result of a read operation.

Union cases

Union case Description

IncompatibleConsistencyLevel ResponseBody

Full Usage: IncompatibleConsistencyLevel ResponseBody

Parameters:
    ResponseBody : string

ResponseBody : string

NotFound ResponseBody

Full Usage: NotFound ResponseBody

Parameters:
    ResponseBody : string

ResponseBody : string

NotModified

Full Usage: NotModified

Ok 't

Full Usage: Ok 't

Parameters:
    Item : 't

Item : 't

Instance members

Instance member Description

this.IsIncompatibleConsistencyLevel

Full Usage: this.IsIncompatibleConsistencyLevel

Returns: bool
Returns: bool

this.IsNotFound

Full Usage: this.IsNotFound

Returns: bool
Returns: bool

this.IsNotModified

Full Usage: this.IsNotModified

Returns: bool
Returns: bool

this.IsOk

Full Usage: this.IsOk

Returns: bool
Returns: bool