Noemax.FastInfoset Namespace > XmlFastInfosetWriter Class : MaxVocabularyStringIndex Property |
'Declaration Public Property MaxVocabularyStringIndex As System.Integer
'Usage Dim instance As XmlFastInfosetWriter Dim value As System.Integer instance.MaxVocabularyStringIndex = value value = instance.MaxVocabularyStringIndex
public System.int MaxVocabularyStringIndex {get; set;}
public read-write property MaxVocabularyStringIndex: System.Integer;
public function get,set MaxVocabularyStringIndex : System.int
The vocabulary is used by Fast Infoset to reduce redundancy and increase compactness. All occurrences of values added to the vocabulary are removed from the document and replaced by an index to the corresponding entry in the vocabulary.
The maximum number of strings specifies up to how many strings may be added to the vocabulary. When this limit is reached, no more values are added to the vocabulary. A higher limit might result in higher compactness but might also result in higher resource consumption than a lower limit.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2