Interface AdvancedGetResponse<TItem, TPKSource, TSKSource>

interface AdvancedGetResponse<TItem, TPKSource, TSKSource> {
    item?: TItem;
    metadata?: ConsumedCapacityMetadata;
}

Type Parameters

Properties

Properties

item?: TItem

Set if item existed in table

Only set if consumedCapacity sub property has a value