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?: DocumentRevisionStatus[];
    [propName: string]: any;
}

Indexable

  • [propName: string]: any

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

Properties

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