gitRepositoryDTO
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Copyright 2013 WANdisco.
XML
Elements
name (type) | min/max occurs |
description |
---|---|---|
repositoryIdentity (string) | 1/1 | |
name (string) | 1/1 | |
fileSystemPath (string) | 1/1 | |
globalReadOnly (boolean) | 1/1 | |
localReadOnly (boolean) | 1/1 | Return true if the repository is in read only mode locally. It will return false if the repository is in global read only but not locally. |
readOnlyReason (string) | 0/1 | |
readOnlyTime (long) | 0/1 | |
latestRevision (repositoryRevisionDTO) | 0/1 | Returns the details of the repository's youngest revision. |
state (repositoryStateDTO) | 1/1 | |
replicationGroupId (string) | 0/1 | |
pendingTransactions (long) | 0/1 | |
pendingTransactionsForAllNodes (VCSNodesTransactionsListDTO) | 0/1 | |
dsmId (string) | 0/1 | |
denyNonFastForwards (boolean) | 1/1 |