CacheContainerKey.CommitId Property

Definition

Gets the commit id that this container is linked to.

public:
 property System::String ^ CommitId { System::String ^ get(); };
[System.Runtime.Serialization.DataMember(Order=1)]
public string? CommitId { get; }
[<System.Runtime.Serialization.DataMember(Order=1)>]
member this.CommitId : string
Public ReadOnly Property CommitId As String

Property Value

Attributes

Remarks

For containers that are not linked to a certain commit and global to repo, this field should be set to null.

Applies to