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

RelativePath string

Path under the storage root, with / separators.

Bytes long

Size 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

long

RelativePath

Path under the storage root, with / separators.

public string RelativePath { get; init; }

Property Value

string

Methods

Deconstruct(out string, out long)

public void Deconstruct(out string RelativePath, out long Bytes)

Parameters

RelativePath string
Bytes long

Equals(BowireUserMigrationEntry?)

public bool Equals(BowireUserMigrationEntry? other)

Parameters

other BowireUserMigrationEntry

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 ==(BowireUserMigrationEntry?, BowireUserMigrationEntry?)

public static bool operator ==(BowireUserMigrationEntry? left, BowireUserMigrationEntry? right)

Parameters

left BowireUserMigrationEntry
right BowireUserMigrationEntry

Returns

bool

operator !=(BowireUserMigrationEntry?, BowireUserMigrationEntry?)

public static bool operator !=(BowireUserMigrationEntry? left, BowireUserMigrationEntry? right)

Parameters

left BowireUserMigrationEntry
right BowireUserMigrationEntry

Returns

bool