DataLakeModelFactory.FileSystemItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new FileSystemItem instance for mocking.
public static Azure.Storage.Files.DataLake.Models.FileSystemItem FileSystemItem (string name = default, bool? isDeleted = default, string versionId = default, Azure.Storage.Files.DataLake.Models.FileSystemProperties properties = default);
static member FileSystemItem : string * Nullable<bool> * string * Azure.Storage.Files.DataLake.Models.FileSystemProperties -> Azure.Storage.Files.DataLake.Models.FileSystemItem
Public Shared Function FileSystemItem (Optional name As String = Nothing, Optional isDeleted As Nullable(Of Boolean) = Nothing, Optional versionId As String = Nothing, Optional properties As FileSystemProperties = Nothing) As FileSystemItem
Parameters
- name
- String
- versionId
- String
- properties
- FileSystemProperties
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET