LayoutIndexedScope Constructor
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.
protected LayoutIndexedScope (Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutCode code, bool immutable, bool isSizedScope, bool isFixedArity, bool isUniqueScope, bool isTypedScope);
new Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutIndexedScope : Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutCode * bool * bool * bool * bool * bool -> Microsoft.Azure.Cosmos.Serialization.HybridRow.Layouts.LayoutIndexedScope
Protected Sub New (code As LayoutCode, immutable As Boolean, isSizedScope As Boolean, isFixedArity As Boolean, isUniqueScope As Boolean, isTypedScope As Boolean)
Parameters
- code
- LayoutCode
- immutable
- Boolean
- isSizedScope
- Boolean
- isFixedArity
- Boolean
- isUniqueScope
- Boolean
- isTypedScope
- Boolean
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET