Interface DataPointSubscriptionPartitionCursor

interface DataPointSubscriptionPartitionCursor {
    cursor?: string;
    index: number;
}

Properties

Properties

cursor?: string
index: number