Skip to main content

Home > git-documentdb > GetOptions

GetOptions type#

Options for get APIs (get, getFatDoc, getOldRevision, getFatDocOldRevision, getHistory, getFatDocHistory)

Signature:
export declare type GetOptions = {
forceDocType?: DocType;
};
References:

DocType

Remarks#

  • forceDocType: Force return type.

  • getDocByOid does not have this option.