Category Archives: documentdb

Khóa học miễn phí DocumentDB – Data Types nhận dự án làm có lương

DocumentDB – Data Types JSON or JavaScript Object Notation is a lightweight text-based open standard designed for human-readable data interchange and also easy for machines to parse and generate. JSON is at the heart of DocumentDB. We transmit JSON over the wire, we store JSON as JSON, and we index the JSON tree allowing queries […]

Khóa học miễn phí DocumentDB – Sorting Records nhận dự án làm có lương

DocumentDB – Sorting Records Microsoft Azure DocumentDB supports querying documents using SQL over JSON documents. You can sort documents in the collection on numbers and strings using an ORDER BY clause in your query. The clause can include an optional ASC/DESC argument to specify the order in which results must be retrieved. Let’s take a […]

Khóa học miễn phí DocumentDB – Indexing Records nhận dự án làm có lương

DocumentDB – Indexing Records By default, DocumentDB automatically indexes every property in a document as soon as the document is added to the database. However, you can take control and fine tune your own indexing policy that reduces storage and processing overhead when there are specific documents and/or properties that never needs to be indexed. […]