Bagikan melalui


DataLakeModelFactory Class

Definition

DataLakeModelFactory provides utilities for mocking.

public static class DataLakeModelFactory
type DataLakeModelFactory = class
Public Class DataLakeModelFactory
Inheritance
DataLakeModelFactory

Methods

DataLakeQueryError(String, String, Boolean, Int64)

Creates a new BlobQueryError instance for mocking.

FileDownloadDetails(DateTimeOffset, IDictionary<String,String>, String, ETag, String, String, String, String, DateTimeOffset, String, String, String, Uri, CopyStatus, DataLakeLeaseDuration, DataLakeLeaseState, DataLakeLeaseStatus, String, Boolean, String, Byte[], DateTimeOffset, String, IList<PathAccessControlItem>)

Creates a new FileDownloadDetails instance for mocking.

FileDownloadInfo(Int64, Stream, Byte[], FileDownloadDetails)

Creates a new FileDownloadInfo(Int64, Stream, Byte[], FileDownloadDetails) instance for mocking.

FileSystemInfo(ETag, DateTimeOffset)

Creates a new FileSystemInfo(ETag, DateTimeOffset) instance for mocking.

FileSystemItem(String, Nullable<Boolean>, String, FileSystemProperties)

Creates a new FileSystemItem instance for mocking.

FileSystemProperties(DateTimeOffset, Nullable<DataLakeLeaseStatus>, Nullable<DataLakeLeaseState>, Nullable<DataLakeLeaseDuration>, Nullable<PublicAccessType>, Nullable<Boolean>, Nullable<Boolean>, ETag, IDictionary<String,String>, Nullable<DateTimeOffset>, Nullable<Int32>)

Creates a new FileSystemProperties instance for mocking.

Lease(ETag, DateTimeOffset, String, Nullable<Int32>)

Creates a new DataLakeLease instance for mocking.

PathAccessControl(String, String, PathPermissions, IList<PathAccessControlItem>)

Creates a new PathAccessControl(String, String, PathPermissions, IList<PathAccessControlItem>) instance for mocking.

PathContentInfo(String, ETag, DateTimeOffset, String, String, String, String, String, Int64, String, String, IDictionary<String,String>)

Creates a new PathContentInfo(String, ETag, DateTimeOffset, String, String, String, String, String, Int64, String, String, IDictionary<String,String>) instance for mocking.

PathCreateInfo(PathInfo, String)

Creates a new PathCreateInfo(PathInfo, String) instance for mocking.

PathInfo(ETag, DateTimeOffset)

Creates a new PathInfo(ETag, DateTimeOffset) instance for mocking.

PathItem(String, Nullable<Boolean>, DateTimeOffset, ETag, Nullable<Int64>, String, String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String)

Creates a new PathItem instance for mocking.

PathProperties(DateTimeOffset, DateTimeOffset, IDictionary<String, String>, DateTimeOffset, String, String, String, Uri, CopyStatus, Boolean, DataLakeLeaseDuration, DataLakeLeaseState, DataLakeLeaseStatus, Int64, String, ETag, Byte[], String, String, String, String, String, Boolean, String, String, String, DateTimeOffset, Boolean, String, String, String, String, IList<PathAccessControlItem>)

Creates a new PathProperties instance for mocking.

UserDelegationKey(String, String, DateTimeOffset, DateTimeOffset, String, String, String)

Creates a new UserDelegationKey(String, String, DateTimeOffset, DateTimeOffset, String, String, String) instance for mocking.

Applies to