Package version:

Interface FileServiceUsages

List file service usages schema.

interface FileServiceUsages {
    nextLink?: string;
    value?: FileServiceUsage[];
}

Properties

Properties

nextLink?: string

Request URL that can be used to query next page of file service usages. Returned when total number of requested file service usages exceed maximum page size. NOTE: This property will not be serialized. It can only be populated by the server.

List of file service usages returned. NOTE: This property will not be serialized. It can only be populated by the server.