FilesListResult interface

Object that represents a collection of File resources.

Properties

nextLink

The URI to fetch the next page of File resources.

value

List of File resources.

Property Details

The URI to fetch the next page of File resources.

nextLink?: string

Property Value

string

value

List of File resources.

value?: FileDetails[]

Property Value