GitLfsLockCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.VisualStudio.Services.WebApi.Internal.ClientIgnore]
[System.Runtime.Serialization.DataContract]
public class GitLfsLockCollection
type GitLfsLockCollection = class
Public Class GitLfsLockCollection
- Inheritance
-
GitLfsLockCollection
- Attributes
-
Microsoft.VisualStudio.Services.WebApi.Internal.ClientIgnoreAttribute DataContractAttribute
Constructors
| GitLfsLockCollection() |
Properties
| Locks |
When returning all locks matching a criteria, we return an array of locks. |
| NextCursor | |
| Ours |
When we verify locks, we split the locks into "ours" and "theirs" |
| Theirs |
When we verify locks, we split the locks into "ours" and "theirs" |