Show / Hide Table of Contents

Class StorageSpecification

Base class for storage specifications.

Inheritance
System.Object
StorageSpecification
BlobDirectorySpecification
FileSystemDirectorySpecification
ResultLakeStorageSpecification
Namespace: DNVGL.One.Compute.Core.FlowModel.DataTransfer
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public abstract class StorageSpecification : object

Methods

View Source

GetNormalizedDirectory()

Normalizes the directory by replacing any occurrences of back slashes, forward slashes, or a combination of both with the platform-specific directory separator character, to guarantee compatibility across different platforms.

Declaration
public abstract string GetNormalizedDirectory()
Returns
Type Description
System.String

A platform compatible path.

  • View Source
In This Article
Back to top Copyright © DNV AS. All rights reserved.