Class MFileMetadata
Namespace: CmlLib.Core.Files
Assembly: CmlLib.Core.dll
public record MFileMetadata : IEquatable<MFileMetadata>
Inheritance
Derived
AssetMetadata, JsonVersionMetadataModel
Implements
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Checksums
[JsonPropertyName("checksums")]
public IReadOnlyCollection<string>? Checksums { get; set; }
Property Value
Id
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
Name
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
Path
[JsonPropertyName("path")]
public string? Path { get; set; }
Property Value
Sha1
[JsonPropertyName("sha1")]
public string? Sha1 { get; set; }
Property Value
Size
[JsonPropertyName("size")]
public long Size { get; set; }
Property Value
Url
[JsonPropertyName("url")]
public string? Url { get; set; }
Property Value
Methods
GetSha1()
public string? GetSha1()