FlywayResourceConfiguration
Record sealed net10.0
Flyway resource configuration.
namespace Aspire.Hosting.ApplicationModel;
public sealed record FlywayResourceConfiguration : System.IEquatable<Aspire.Hosting.ApplicationModel.FlywayResourceConfiguration>{ // ...} IEquatable<FlywayResourceConfiguration>
9 members
Constructors1
Section titled ConstructorsProperties1
Section titled PropertiesMethods7
Section titled Methods<Clone>$Equals(object?)boolDetermines whether the specified object is equal to the current object.
Equals(FlywayResourceConfiguration?)boolIndicates whether the current object is equal to another object of the same type.
GetHashCodeintServes as the default hash function.
op_Equality(FlywayResourceConfiguration?, FlywayResourceConfiguration?)staticboolop_Inequality(FlywayResourceConfiguration?, FlywayResourceConfiguration?)staticboolToStringstringReturns a string that represents the current object.