basic API docs
[awesomized/ext-ion] / docs / src / ion / LOB.md
1 # class ion\LOB
2
3 A large object.
4
5
6
7 See also \ion\Type, [the ION spec's BLob definition](https://amzn.github.io/ion-docs/docs/spec.html#blob), and [the ION sepc's CLob definition](https://amzn.github.io/ion-docs/docs/spec.html#clob).
8
9
10 ## Constants:
11
12 None.
13
14 ## Properties:
15
16 * public string $value
17 The value of the large object.
18 * public ion\Type $type
19 The type (CLob/BLob).
20