@valon-technologies/gestalt
    Preparing search index...

    Conditional and range options for reads.

    interface ReadOptions {
        range?: ByteRange;
        ifMatch?: string;
        ifNoneMatch?: string;
        ifModifiedSince?: Date;
        ifUnmodifiedSince?: Date;
    }
    Index

    Properties

    range?: ByteRange
    ifMatch?: string
    ifNoneMatch?: string
    ifModifiedSince?: Date
    ifUnmodifiedSince?: Date