Table of Contents

Class DataBlockMetadataUpdateResponse

Namespace
Datafication.Server.Core.Models
Assembly
Datafication.Server.Core.dll

Represents the response from a metadata update operation.

public class DataBlockMetadataUpdateResponse
Inheritance
object
DataBlockMetadataUpdateResponse

Properties

ChangedFields

Gets or sets a list of fields that were actually changed.

public List<string> ChangedFields { get; set; }

Property Value

List<string>

DataBlockId

Gets or sets the DataBlock ID that was updated.

public string DataBlockId { get; set; }

Property Value

string

Message

Gets or sets the success message.

public string Message { get; set; }

Property Value

string

UpdatedMetadata

Gets or sets the updated metadata.

public DataBlockMetadata? UpdatedMetadata { get; set; }

Property Value

DataBlockMetadata