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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET