Collection.prototype.getFirst(options?: { documentLoader?: DocumentLoader; contextLoader?: DocumentLoader; suppressError?: boolean; tracerProvider?: TracerProvider; }): Promise<CollectionPage | null>
In a paged Collection, indicates the furthest preceding page of items in the collection.
optional
options: { documentLoader?: DocumentLoader; contextLoader?: DocumentLoader; suppressError?: boolean; tracerProvider?: TracerProvider; }
Promise<CollectionPage | null>