Show / Hide Table of Contents

Enum LxTypes

Datastore format types

Namespace: lxapi
Assembly: lxapi.dll
Syntax
public enum LxTypes

Fields

Name Description
NTypes

NTypes

Tblob

(M) external-storage memory

Tbool

(b) 1 bit; first w/ size 1 (usr fmt)

Tbyte

(c) 8 bits, signed (usr fmt)

Tdate

(y) 32 bits, signed (usr fmt)

Tdec

(r) 64bit decimals (usr fmt)

Tdict

(a) (dynamic) dictionary string (dict)

Tdouble

(d) 64 bits, double (usr fmt)

Tenum

(e) 16 bits, signed; enumeration (usr fmt)

Tfloat

(f) 32 bits, float (usr fmt)

Tint

(i) 32 bits, signed; first w/ size 4 (usr fmt)

Tjblob

(J) external json (blob)

Tjson

(j) json (str) (usr fmt)

Tldec

(z) 128bit decimals (usr fmt)

Tlong

(l) 64 bits, signed; first w/ size 8 (usr fmt)

Tmem

(m) raw memory (keep as last str type) (usr fmt)

Tname16

(p) 16 bytes inlined string (str)

Tname4

(n) 4 bytes inlined string (str)

Tname8

(o) 8 bytes inlined string (str)

Tnone

(_)

Tsblob

(S) external-storage text (str)

Tshort

(h) 16 bits, signed; first w/ size 2 (usr fmt)

Tstr

(s) text (keep as first str type) (usr fmt)

Ttime

(t) 32 bits, signed (usr fmt)

Tts

(w) 64 bits, signed; (usr fmt)

Tvlong

(v) impl type for 2 longs

Back to top Generated by DocFX