Class StorageMetadataWrapper
Inheritance
StorageMetadataWrapper
Assembly: Monai.Deploy.InformaticsGateway.Database.Api.dll
public class StorageMetadataWrapper : MongoDBEntityBase
Constructors
|
Improve this Doc
View Source
Declaration
public StorageMetadataWrapper(FileStorageMetadata metadata)
Parameters
Properties
|
Improve this Doc
View Source
Declaration
[JsonPropertyName("correlationId")]
public string CorrelationId { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[JsonPropertyName("identity")]
public string Identity { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[JsonPropertyName("isUploaded")]
public bool IsUploaded { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[JsonPropertyName("typeName")]
public string TypeName { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[JsonPropertyName("value")]
public string Value { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public FileStorageMetadata GetObject()
Returns
|
Improve this Doc
View Source
Declaration
public override string ToString()
Returns
Overrides
|
Improve this Doc
View Source
Declaration
public void Update(FileStorageMetadata metadata)
Parameters