JsonPatch
EncodedValue
PropagatorGetter
PropagatorSetter
JsonPatch(ReadOnlyMemory<Byte>)
Append(ReadOnlySpan<Byte>, BinaryData)
Append(ReadOnlySpan<Byte>, Boolean)
Append(ReadOnlySpan<Byte>, Byte)
Append(ReadOnlySpan<Byte>, Byte[])
Append(ReadOnlySpan<Byte>, Decimal)
Append(ReadOnlySpan<Byte>, Double)
Append(ReadOnlySpan<Byte>, Guid)
Append(ReadOnlySpan<Byte>, Int16)
Append(ReadOnlySpan<Byte>, Int32)
Append(ReadOnlySpan<Byte>, Int64)
Append(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)
Append(ReadOnlySpan<Byte>, SByte)
Append(ReadOnlySpan<Byte>, Single)
Append(ReadOnlySpan<Byte>, String)
Append(ReadOnlySpan<Byte>, UInt16)
Append(ReadOnlySpan<Byte>, UInt32)
Append(ReadOnlySpan<Byte>, UInt64)
Append(ReadOnlySpan<Byte>, DateTime, StandardFormat)
Append(ReadOnlySpan<Byte>, DateTimeOffset, StandardFormat)
Append(ReadOnlySpan<Byte>, TimeSpan, StandardFormat)
AppendNull(ReadOnlySpan<Byte>)
Contains(ReadOnlySpan<Byte>)
Contains(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)
GetBoolean(ReadOnlySpan<Byte>)
GetByte(ReadOnlySpan<Byte>)
GetDateTime(ReadOnlySpan<Byte>, StandardFormat)
GetDateTimeOffset(ReadOnlySpan<Byte>, StandardFormat)
GetDecimal(ReadOnlySpan<Byte>)
GetDouble(ReadOnlySpan<Byte>)
GetFloat(ReadOnlySpan<Byte>)
GetGuid(ReadOnlySpan<Byte>)
GetInt16(ReadOnlySpan<Byte>)
GetInt32(ReadOnlySpan<Byte>)
GetInt64(ReadOnlySpan<Byte>)
GetInt8(ReadOnlySpan<Byte>)
GetJson(ReadOnlySpan<Byte>)
GetNullableValue<T>(ReadOnlySpan<Byte>)
GetString(ReadOnlySpan<Byte>)
GetTimeSpan(ReadOnlySpan<Byte>, StandardFormat)
GetUInt16(ReadOnlySpan<Byte>)
GetUInt32(ReadOnlySpan<Byte>)
GetUInt64(ReadOnlySpan<Byte>)
IsRemoved(ReadOnlySpan<Byte>)
Remove(ReadOnlySpan<Byte>)
Set(ReadOnlySpan<Byte>, BinaryData)
Set(ReadOnlySpan<Byte>, Boolean)
Set(ReadOnlySpan<Byte>, Byte)
Set(ReadOnlySpan<Byte>, Byte[])
Set(ReadOnlySpan<Byte>, Decimal)
Set(ReadOnlySpan<Byte>, Double)
Set(ReadOnlySpan<Byte>, EncodedValue)
Set(ReadOnlySpan<Byte>, Guid)
Set(ReadOnlySpan<Byte>, Int16)
Set(ReadOnlySpan<Byte>, Int32)
Set(ReadOnlySpan<Byte>, Int64)
Set(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)
Set(ReadOnlySpan<Byte>, SByte)
Set(ReadOnlySpan<Byte>, Single)
Set(ReadOnlySpan<Byte>, String)
Set(ReadOnlySpan<Byte>, UInt16)
Set(ReadOnlySpan<Byte>, UInt32)
Set(ReadOnlySpan<Byte>, UInt64)
Set(ReadOnlySpan<Byte>, DateTime, StandardFormat)
Set(ReadOnlySpan<Byte>, DateTimeOffset, StandardFormat)
Set(ReadOnlySpan<Byte>, TimeSpan, StandardFormat)
SetNull(ReadOnlySpan<Byte>)
SetPropagators(PropagatorSetter, PropagatorGetter)
ToString()
ToString(String)
TryGetEncodedValue(ReadOnlySpan<Byte>, EncodedValue)
TryGetJson(ReadOnlySpan<Byte>, ReadOnlyMemory<Byte>)
TryGetNullableValue<T>(ReadOnlySpan<Byte>, T?)
TryGetValue(ReadOnlySpan<Byte>, Boolean)
TryGetValue(ReadOnlySpan<Byte>, Byte)
TryGetValue(ReadOnlySpan<Byte>, Decimal)
TryGetValue(ReadOnlySpan<Byte>, Double)
TryGetValue(ReadOnlySpan<Byte>, Guid)
TryGetValue(ReadOnlySpan<Byte>, Int16)
TryGetValue(ReadOnlySpan<Byte>, Int32)
TryGetValue(ReadOnlySpan<Byte>, Int64)
TryGetValue(ReadOnlySpan<Byte>, SByte)
TryGetValue(ReadOnlySpan<Byte>, Single)
TryGetValue(ReadOnlySpan<Byte>, String)
TryGetValue(ReadOnlySpan<Byte>, UInt16)
TryGetValue(ReadOnlySpan<Byte>, UInt32)
TryGetValue(ReadOnlySpan<Byte>, UInt64)
TryGetValue(ReadOnlySpan<Byte>, DateTime, StandardFormat)
TryGetValue(ReadOnlySpan<Byte>, DateTimeOffset, StandardFormat)
TryGetValue(ReadOnlySpan<Byte>, TimeSpan, StandardFormat)
WriteTo(Utf8JsonWriter)
WriteTo(Utf8JsonWriter, ReadOnlySpan<Byte>)
net10.0
namespace System.ClientModel.Primitives
{
[Experimental("SCME0001")]
public struct JsonPatch
{
public long GetInt64(ReadOnlySpan<byte> jsonPath);
}
}
| .NET | 8.09.010.0 |
|---|---|
Information specific to net10.0 | |
| Assembly | System.ClientModel , Version=1.8.1.0, PublicKeyToken=92742159e12e44c8 |
| Referencing | Your project needs a package reference to |
| Package | System.ClientModel (1.8.1) net9.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API