ItemSchema
Create a new item schema with a primary key consisting of a single partition key.
Parameters
The ItemConverter used to convert between objects and items
The KeySpec for the partition key
An optional Attributes instance which may include additional metadata about the schema. If not provided, defaults to emptyAttributes.
Type Parameters
The type of objects described by this schema
The type of the partition key property, either KeyType or one of its specific derivations
Create a new item schema with a primary key consisting of a single partition key.
Parameters
The ItemConverter used to convert between objects and items
The KeySpec for the partition key
The KeySpec for the sort key
An optional Attributes instance which may include additional metadata about the schema. If not provided, defaults to emptyAttributes.