Document Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a document as a property bag. This is useful for scenarios where the index schema is only known at run-time.
public class Document : System.Collections.Generic.Dictionary<string,object>
type Document = class
inherit Dictionary<string, obj>
Public Class Document
Inherits Dictionary(Of String, Object)
- Inheritance
-
Document
Constructors
Document() |
Initializes a new instance of the Document class. |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET