Search Results for

    Show / Hide Table of Contents

    Class StorageObjectMetadata

    Inheritance
    System.Object
    StorageObjectMetadata
    Namespace: Monai.Deploy.InformaticsGateway.Api.Storage
    Assembly: Monai.Deploy.InformaticsGateway.Api.dll
    Syntax
    public class StorageObjectMetadata

    Constructors

    | Improve this Doc View Source

    StorageObjectMetadata(String)

    Declaration
    public StorageObjectMetadata(string fileExtension)
    Parameters
    Type Name Description
    System.String fileExtension

    Properties

    | Improve this Doc View Source

    ContentType

    Gets or sets the content type of the file.

    Declaration
    [JsonPropertyName("contentType")]
    public string ContentType { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Data

    Gets or sets the data stream.

    Declaration
    [JsonIgnore]
    public Stream Data { get; set; }
    Property Value
    Type Description
    System.IO.Stream
    | Improve this Doc View Source

    DateMoved

    Declaration
    [JsonPropertyName("dateMoved")]
    [JsonInclude]
    public DateTime DateMoved { get; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    DateUploaded

    Gets or set the date time file was uploaded.

    Declaration
    [JsonPropertyName("dateUploaded")]
    public DateTime? DateUploaded { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>
    | Improve this Doc View Source

    DestinationFolderOverride

    Declaration
    [JsonPropertyName("destinationFolderOverride")]
    public bool DestinationFolderOverride { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    FileExtension

    Gets the file extension.

    Declaration
    [JsonPropertyName("fileExtension")]
    public string FileExtension { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    IsMoveCompleted

    Declaration
    [JsonPropertyName("isMoveCompleted")]
    [JsonInclude]
    public bool IsMoveCompleted { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsUploaded

    Gets or sets whether the file is uploaded to the temporary bucket.

    Declaration
    [JsonPropertyName("isUploaded")]
    [JsonInclude]
    public bool IsUploaded { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsUploadFailed

    Gets or sets whether upload failed.

    Declaration
    [JsonPropertyName("isUploadFailed")]
    [JsonInclude]
    public bool IsUploadFailed { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    PayloadBucketName

    Declaration
    [JsonPropertyName("payloadBucketName")]
    [JsonInclude]
    public string PayloadBucketName { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TemporaryBucketName

    Gets the temporary bucket used for storing the file.

    Declaration
    [JsonPropertyName("temporaryBucketName")]
    [JsonInclude]
    public string TemporaryBucketName { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TemporaryPath

    Gets or sets the temporary path before file is assembled into a payload.

    Declaration
    [JsonPropertyName("temporaryPath")]
    public string TemporaryPath { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    UploadPath

    Gets or sets the path the file is stored within the payload directory.

    Declaration
    [JsonPropertyName("uploadPath")]
    public string UploadPath { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    GetPayloadPath(Guid)

    Declaration
    public string GetPayloadPath(Guid payloadId)
    Parameters
    Type Name Description
    System.Guid payloadId
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    GetTempStoragPath(String)

    Declaration
    public string GetTempStoragPath(string rootPath)
    Parameters
    Type Name Description
    System.String rootPath
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    SetFailed()

    Declaration
    public void SetFailed()
    | Improve this Doc View Source

    SetMoved(String)

    Declaration
    public void SetMoved(string bucketName)
    Parameters
    Type Name Description
    System.String bucketName
    | Improve this Doc View Source

    SetUploaded(String)

    Declaration
    public void SetUploaded(string bucketName)
    Parameters
    Type Name Description
    System.String bucketName
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX