Interface | Description |
---|---|
BatchCreateItemFunction<T> |
Defines a type alias for a function that can be used to create multiple
collection items.
|
CreateItemFunction<T> |
Defines a type alias for a function that can be used to create a collection
item.
|
CustomItemFunction<T,S> |
Defines a type alias for a function that can be used to delete a collection
item.
|
CustomPageFunction<U> |
Defines a type alias for a function that can be used to delete a collection
item.
|
DeleteItemConsumer<T> |
Defines a type alias for a function that can be used to delete a collection
item.
|
GetItemFunction<T,S> |
Defines a type alias for a function that can be used to get a collection
item.
|
GetPageFunction<T> |
Defines a type alias for a function that can be used to get a collection
page.
|
NestedBatchCreateItemFunction<T,S> |
Defines a type alias for a function that can be used to create a nested
collection item.
|
NestedCreateItemFunction<T,S> |
Defines a type alias for a function that can be used to create a nested
collection item.
|
NestedGetPageFunction<T,S> |
Defines a type alias for a function that can be used to get a nested
collection page.
|
UpdateItemFunction<T,S> |
Defines a type alias for a function that can be used to update a collection
item.
|