Show / Hide Table of Contents

Class BlobContainerDestinationSpecification

Destination specification for a BLOB container.

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

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.

Remarks

The container URL must include a SAS token.

View Source

Directory

Gets or sets the directory within the BLOB container that files will be uploaded to. Files will be uploaded to this directory and keep their name.

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

The upload directory.

See Also

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