Class CreateSchemaArguments
Represents an argument of the create schema command.
public sealed record CreateSchemaArguments
- Inheritance
-
objectCreateSchemaArguments
- Extension Methods
Constructors
CreateSchemaArguments()
public CreateSchemaArguments()
Properties
Identifiers
Represents identifiers of reusable schemas to be created.
[JsonInclude]
public List<Guid> Identifiers { get; }
Property Value
- List<Guid>
Methods
Equals(CreateSchemaArguments?)
public bool Equals(CreateSchemaArguments? other)
Parameters
other
CreateSchemaArguments
Returns
- bool
Equals(object?)
public override bool Equals(object? obj)
Parameters
obj
object
Returns
- bool
GetHashCode()
public override int GetHashCode()
Returns
- int
ToString()
public override string ToString()
Returns
- string
Operators
operator ==(CreateSchemaArguments?, CreateSchemaArguments?)
public static bool operator ==(CreateSchemaArguments? left, CreateSchemaArguments? right)
Parameters
left
CreateSchemaArgumentsright
CreateSchemaArguments
Returns
- bool
operator !=(CreateSchemaArguments?, CreateSchemaArguments?)
public static bool operator !=(CreateSchemaArguments? left, CreateSchemaArguments? right)
Parameters
left
CreateSchemaArgumentsright
CreateSchemaArguments
Returns
- bool