Class StorageMetadataWrapper
Inheritance
System.Object
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
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
[JsonPropertyName("identity")]
public string Identity { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
[JsonPropertyName("isUploaded")]
public bool IsUploaded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
[JsonPropertyName("typeName")]
public string TypeName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
[JsonPropertyName("value")]
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Declaration
public FileStorageMetadata GetObject()
Returns
|
Improve this Doc
View Source
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
|
Improve this Doc
View Source
Declaration
public void Update(FileStorageMetadata metadata)
Parameters