Document Class
Definition
Represents a document in the Azure DocumentDB database service.
public class Document : Microsoft.Azure.Documents.Resource, System.Dynamic.IDynamicMetaObjectProvider
- Inheritance
- Implements
Inherited Members
Microsoft.Azure.Documents.JsonSerializable
Microsoft.Azure.Documents.Resource
Remarks
A document is a structured JSON document. There is no set schema for the JSON documents, and a document may contain any number of custom properties as well as an optional list of attachments. Document is an application resource and can be authorized using the master key or resource keys.
Constructors
| Document() |
Initializes a new instance of the Document class for the Azure DocumentDB database service. |
Properties
| AttachmentsLink |
Gets the self-link corresponding to attachments of the document from the Azure DocumentDB database service. |
| TimeToLive |
Gets or sets the time to live in seconds of the document in the Azure DocumentDB database service. |
Explicit Interface Implementations
| IDynamicMetaObjectProvider.GetMetaObject(Expression) |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |