Show / Hide Table of Contents

Class BlobDirectorySpecification

Specifies a directory within a blob container.

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

Properties

View Source

ContainerUrl

Gets or sets the container URL.

Declaration
public string ContainerUrl { get; set; }
Property Value
Type Description
System.String

The container URL.

View Source

Directory

Gets or sets the container directory.

Declaration
public string Directory { get; set; }
Property Value
Type Description
System.String

The container directory.

See Also

StorageSpecification
  • View Source
Back to top Copyright © DNV GL AS. All rights reserved.