Indexes Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Indexes() |
Initialise une nouvelle instance de la classe Indexes. |
Indexes(DataType, Nullable<Int32>, IndexKind) |
Initialise une nouvelle instance de la classe Indexes. |
Indexes()
Initialise une nouvelle instance de la classe Indexes.
public Indexes ();
Public Sub New ()
S’applique à
Indexes(DataType, Nullable<Int32>, IndexKind)
Initialise une nouvelle instance de la classe Indexes.
public Indexes (Microsoft.Azure.Management.CosmosDB.Fluent.Models.DataType dataType = default, int? precision = default, Microsoft.Azure.Management.CosmosDB.Fluent.Models.IndexKind kind = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.Indexes : Microsoft.Azure.Management.CosmosDB.Fluent.Models.DataType * Nullable<int> * Microsoft.Azure.Management.CosmosDB.Fluent.Models.IndexKind -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.Indexes
Public Sub New (Optional dataType As DataType = Nothing, Optional precision As Nullable(Of Integer) = Nothing, Optional kind As IndexKind = Nothing)
Paramètres
- dataType
- DataType
Type de données auquel le comportement d’indexation est appliqué. Les valeurs possibles incluent : 'String', 'Number', 'Point', 'Polygon', 'LineString', 'MultiPolygon'
- kind
- IndexKind
Indique le type d'index. Les valeurs possibles sont les suivantes : 'Hash', 'Range', 'Spatial'
S’applique à
Azure SDK for .NET