@ibm-cloud/cloudant - v0.12.6
    Preparing search index...

    Interface Transport

    interface Transport {
        _attachments?: { [key: string]: CloudantV1.Attachment.Transport };
        _conflicts?: string[];
        _deleted?: boolean;
        _deleted_conflicts?: string[];
        _id?: string;
        _local_seq?: string;
        _rev?: string;
        _revisions?: CloudantV1.Revisions.Transport;
        _revs_info?: CloudantV1.DocumentRevisionStatus[];
        [propName: string]: any;
    }

    Indexable

    • [propName: string]: any

      Document.Document.Transport accepts additional properties of type any.

    Index

    Properties

    _attachments?: { [key: string]: CloudantV1.Attachment.Transport }
    _conflicts?: string[]
    _deleted?: boolean
    _deleted_conflicts?: string[]
    _id?: string
    _local_seq?: string
    _rev?: string