Segment Constructors
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.
Overloads
Segment(String, Namespace) | |
Segment(String, String) |
Obsolete.
|
Segment(String, Namespace)
public Segment (string comment, Microsoft.Azure.Cosmos.Serialization.HybridRow.Schemas.Namespace ns);
new Microsoft.Azure.Cosmos.Serialization.HybridRow.RecordIO.Segment : string * Microsoft.Azure.Cosmos.Serialization.HybridRow.Schemas.Namespace -> Microsoft.Azure.Cosmos.Serialization.HybridRow.RecordIO.Segment
Public Sub New (comment As String, ns As Namespace)
Parameters
- comment
- String
- ns
- Namespace
Applies to
Segment(String, String)
Caution
Use object-model constructor instead.
[System.Obsolete("Use object-model constructor instead.")]
public Segment (string comment, string sdl);
public Segment (string comment, string sdl);
[<System.Obsolete("Use object-model constructor instead.")>]
new Microsoft.Azure.Cosmos.Serialization.HybridRow.RecordIO.Segment : string * string -> Microsoft.Azure.Cosmos.Serialization.HybridRow.RecordIO.Segment
new Microsoft.Azure.Cosmos.Serialization.HybridRow.RecordIO.Segment : string * string -> Microsoft.Azure.Cosmos.Serialization.HybridRow.RecordIO.Segment
Public Sub New (comment As String, sdl As String)
Parameters
- comment
- String
- sdl
- String
- Attributes
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