Class BowireUserMigrationEntry
- Namespace
- Kuestenlogik.Bowire.Auth
- Assembly
- Kuestenlogik.Bowire.dll
One file a migration would copy.
public sealed record BowireUserMigrationEntry : IEquatable<BowireUserMigrationEntry>
- Inheritance
-
BowireUserMigrationEntry
- Implements
- Inherited Members
Constructors
BowireUserMigrationEntry(string, long)
One file a migration would copy.
public BowireUserMigrationEntry(string RelativePath, long Bytes)
Parameters
RelativePathstringPath under the storage root, with
/separators.ByteslongSize on disk, for the estimate shown before accepting.
Properties
Bytes
Size on disk, for the estimate shown before accepting.
public long Bytes { get; init; }
Property Value
RelativePath
Path under the storage root, with / separators.
public string RelativePath { get; init; }
Property Value
Methods
Deconstruct(out string, out long)
public void Deconstruct(out string RelativePath, out long Bytes)
Parameters
Equals(BowireUserMigrationEntry?)
public bool Equals(BowireUserMigrationEntry? other)
Parameters
otherBowireUserMigrationEntry
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(BowireUserMigrationEntry?, BowireUserMigrationEntry?)
public static bool operator ==(BowireUserMigrationEntry? left, BowireUserMigrationEntry? right)
Parameters
leftBowireUserMigrationEntryrightBowireUserMigrationEntry
Returns
operator !=(BowireUserMigrationEntry?, BowireUserMigrationEntry?)
public static bool operator !=(BowireUserMigrationEntry? left, BowireUserMigrationEntry? right)
Parameters
leftBowireUserMigrationEntryrightBowireUserMigrationEntry