Interface ReadLockModel

interface ReadLockModel {
    callerReference?: CallerReference;
    container?: string;
    created?: Date;
    id?: string;
    key?: string;
    leaseDuration?: number;
    leaseStart?: Date;
    locked?: boolean;
    modified?: Date;
    referenceId?: string;
}

Properties

callerReference?: CallerReference
container?: string
created?: Date
id?: string
key?: string
leaseDuration?: number
leaseStart?: Date
locked?: boolean
modified?: Date
referenceId?: string