Show / Hide Table of Contents

Class FileTransferValidator

A file transfer validator.

Inheritance
System.Object
FileTransferValidator
Implements
IFileTransferValidator
Namespace: DNVGL.One.Compute.StorageLibrary.Azure.FileTransfer
Assembly: DNVGL.One.Compute.StorageLibrary.Azure.dll
Syntax
public class FileTransferValidator : object, IFileTransferValidator
Remarks

Currently only handles downloads.

Methods

View Source

IsValidDownload(String, CloudBlockBlob)

Determines whether the specified downloaded local file is validated against the source BLOB.

Declaration
public bool IsValidDownload(string destPath, CloudBlockBlob sourceBlob)
Parameters
Type Name Description
System.String destPath

The local file destination path.

CloudBlockBlob sourceBlob

The source cloud BLOB.

Returns
Type Description
System.Boolean

true if the specified downloaded local file is validated against the source BLOB; otherwise, false.

Implements

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