Show / Hide Table of Contents

Class StorageSpecification

Base class for storage specifications.

Inheritance
object
StorageSpecification
BlobDirectorySpecification
FileSystemDirectorySpecification
ResultLakeStorageSpecification
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: DNVGL.One.Compute.Core.FlowModel.DataTransfer
Assembly: DNVGL.One.Compute.Core.dll
Syntax
[DataContract]
public abstract class StorageSpecification

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
string

A platform compatible path.

  • View Source
In this article
Back to top Copyright © DNV AS. All rights reserved.