Table of Contents

Class StorageListPage

Namespace
CloudStorageORM.Abstractions
Assembly
CloudStorageORM.dll

Represents a single provider list page with continuation state.

public sealed record StorageListPage : IEquatable<StorageListPage>
Inheritance
StorageListPage
Implements
Inherited Members

Constructors

StorageListPage(IReadOnlyList<string>, string?, bool)

Represents a single provider list page with continuation state.

public StorageListPage(IReadOnlyList<string> Keys, string? ContinuationToken, bool HasMore)

Parameters

Keys IReadOnlyList<string>
ContinuationToken string
HasMore bool

Properties

ContinuationToken

public string? ContinuationToken { get; init; }

Property Value

string

HasMore

public bool HasMore { get; init; }

Property Value

bool

Keys

public IReadOnlyList<string> Keys { get; init; }

Property Value

IReadOnlyList<string>