Offer Class

Definition

Represents the offer for a resource (collection) in the Azure DocumentDB database service.

public class Offer : Microsoft.Azure.Documents.Resource
Inheritance
Derived

Inherited Members

Microsoft.Azure.Documents.JsonSerializable

Microsoft.Azure.Documents.Resource

Remarks

Currently, offers are only bound to the collection resource.

Constructors

Offer()

Initializes a Resource offer for the Azure DocumentDB database service.

Offer(Offer)

Initializes a Resource offer from another offer object for the Azure DocumentDB database service.

Properties

OfferType

Gets or sets the OfferType for the resource offer in the Azure DocumentDB database service.

OfferVersion

Gets or sets the version of this offer resource in the Azure DocumentDB database service.

ResourceLink

Gets or sets the self-link of a resource to which the resource offer applies to in the Azure DocumentDB database service.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)