Header menu logo FSharp.ATProto

AtpValue Type

The AT Protocol data model. Represents all values that can be encoded in DRISL-CBOR.

Union cases

Union case Description

Array AtpValue list

Full Usage: Array AtpValue list

Parameters:
Item : AtpValue list

Bool bool

Full Usage: Bool bool

Parameters:
    Item : bool

Item : bool

Bytes byte[]

Full Usage: Bytes byte[]

Parameters:
    Item : byte[]

Item : byte[]

Integer int64

Full Usage: Integer int64

Parameters:
    Item : int64

Item : int64

Link Cid

Full Usage: Link Cid

Parameters:
Item : Cid

Null

Full Usage: Null

Object Map<string, AtpValue>

Full Usage: Object Map<string, AtpValue>

Parameters:
Item : Map<string, AtpValue>

String string

Full Usage: String string

Parameters:
    Item : string

Item : string

Instance members

Instance member Description

this.IsArray

Full Usage: this.IsArray

Returns: bool
Returns: bool

this.IsBool

Full Usage: this.IsBool

Returns: bool
Returns: bool

this.IsBytes

Full Usage: this.IsBytes

Returns: bool
Returns: bool

this.IsInteger

Full Usage: this.IsInteger

Returns: bool
Returns: bool

this.IsLink

Full Usage: this.IsLink

Returns: bool
Returns: bool

this.IsNull

Full Usage: this.IsNull

Returns: bool
Returns: bool

this.IsObject

Full Usage: this.IsObject

Returns: bool
Returns: bool

this.IsString

Full Usage: this.IsString

Returns: bool
Returns: bool

Type something to start searching.