Search Results for

    Show / Hide Table of Contents

    Class StorageMetadataWrapper

    A wrapper class to support polymorphic types of FileStorageMetadata

    Inheritance
    System.Object
    MongoDBEntityBase
    StorageMetadataWrapper
    Inherited Members
    MongoDBEntityBase.Id
    MongoDBEntityBase.DateTimeCreated
    Namespace: Monai.Deploy.InformaticsGateway.Database.Api
    Assembly: Monai.Deploy.InformaticsGateway.Database.Api.dll
    Syntax
    public class StorageMetadataWrapper : MongoDBEntityBase

    Constructors

    | Improve this Doc View Source

    StorageMetadataWrapper(FileStorageMetadata)

    Declaration
    public StorageMetadataWrapper(FileStorageMetadata metadata)
    Parameters
    Type Name Description
    FileStorageMetadata metadata

    Properties

    | Improve this Doc View Source

    CorrelationId

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

    Identity

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

    IsUploaded

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

    TypeName

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

    Value

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

    Methods

    | Improve this Doc View Source

    GetObject()

    Declaration
    public FileStorageMetadata GetObject()
    Returns
    Type Description
    FileStorageMetadata
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    | Improve this Doc View Source

    Update(FileStorageMetadata)

    Declaration
    public void Update(FileStorageMetadata metadata)
    Parameters
    Type Name Description
    FileStorageMetadata metadata
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX