Aracılığıyla paylaş


Offers class

Tüm Teklifleri sorgulamak veya okumak için kullanın.

Bkz. Mevcut kimliğe göre Teklif'i okumak veya değiştirmek için teklif .

Özellikler

client

Yöntemler

query(SqlQuerySpec, FeedOptions)

Tüm teklifleri sorgula.

query<T>(SqlQuerySpec, FeedOptions)

Tüm teklifleri sorgula.

readAll(FeedOptions)

Tüm teklifleri okuyun.

Örnek

Diziye yapılan tüm teklifleri okuyun.

const {body: offerList} = await client.offers.readAll().fetchAll();

Özellik Ayrıntıları

client

client: CosmosClient

Özellik Değeri

Yöntem Ayrıntıları

query(SqlQuerySpec, FeedOptions)

Tüm teklifleri sorgula.

function query(query: SqlQuerySpec, options?: FeedOptions): QueryIterator<any>

Parametreler

query
SqlQuerySpec

İşlem için sorgu yapılandırması. Sorgu yapılandırma hakkında daha fazla bilgi için bkz . SqlQuerySpec .

options
FeedOptions

Döndürülenler

query<T>(SqlQuerySpec, FeedOptions)

Tüm teklifleri sorgula.

function query<T>(query: SqlQuerySpec, options?: FeedOptions): QueryIterator<T>

Parametreler

query
SqlQuerySpec

İşlem için sorgu yapılandırması. Sorgu yapılandırma hakkında daha fazla bilgi için bkz . SqlQuerySpec .

options
FeedOptions

Döndürülenler

readAll(FeedOptions)

Tüm teklifleri okuyun.

Örnek

Diziye yapılan tüm teklifleri okuyun.

const {body: offerList} = await client.offers.readAll().fetchAll();
function readAll(options?: FeedOptions): QueryIterator<OfferDefinition & Resource>

Parametreler

options
FeedOptions

Döndürülenler