|
C
DataStorage
|
None
|
An element which allows an API applications to organize and store data.
|
|
C
Entity
|
None
|
An object stored in the Extensible Storage framework. An Entity is described by a Schema,
which serves both to identify an Entity, and to describe its contents (Fields).
|
|
C
ExtensibleStorageFilter
|
None
|
A filter used to filter elements with extensible storage data based on specific Schema id.
|
|
C
Field
|
None
|
The description of a field within a Schema in the Extensible Storage framework. Contains
the field's name, type, access control and documentation.
|
|
C
FieldBuilder
|
None
|
This class is used to create Fields in the Extensible Storage framework.
|
|
C
Schema
|
None
|
The description of a single object (Entity) in the Extensible Storage framework. Contains
identity information, documentation and the list of fields to be stored in the Entity.
|
|
C
SchemaBuilder
|
None
|
This class is used to create Schemas in the Extensible Storage framework.
|