RowWriter.WriteString Method
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
WriteString(UtfAnyString, Utf8Span) | |
WriteString(UtfAnyString, String) |
WriteString(UtfAnyString, Utf8Span)
public Microsoft.Azure.Cosmos.Serialization.HybridRow.Result WriteString(Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString path, Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span value);
member this.WriteString : Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString * Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span -> Microsoft.Azure.Cosmos.Serialization.HybridRow.Result
Public Function WriteString (path As UtfAnyString, value As Utf8Span) As Result
Parameters
- path
- UtfAnyString
- value
- Utf8Span
Returns
Applies to
WriteString(UtfAnyString, String)
public Microsoft.Azure.Cosmos.Serialization.HybridRow.Result WriteString(Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString path, string value);
member this.WriteString : Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString * string -> Microsoft.Azure.Cosmos.Serialization.HybridRow.Result
Public Function WriteString (path As UtfAnyString, value As String) As Result
Parameters
- path
- UtfAnyString
- value
- String
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET