Изменить

Поделиться через


Git Branch (GitBranch) table/entity reference (Microsoft Dataverse)

Messages

The following table lists the messages for the Git Branch (GitBranch) table. Messages represent operations that can be performed on the table. They may also be events.

Name
Is Event?
Web API Operation SDK for .NET
Create
Event: False
POST /gitbranches
See Create
Create records
CreateMultiple
Event: False
CreateMultiple CreateMultipleRequest
Delete
Event: False
DELETE /gitbranches(gitbranchid)
See Delete
Delete records
Retrieve
Event: False
GET /gitbranches(gitbranchid)
See Retrieve
Retrieve records
RetrieveEntityChanges
Event: False
RetrieveEntityChangesRequest
RetrieveMultiple
Event: False
GET /gitbranches
See Query data
Query data
Update
Event: False
PATCH /gitbranches(gitbranchid)
See Update
Update records
UpdateMultiple
Event: False
UpdateMultiple UpdateMultipleRequest
Upsert
Event: False
PATCH /gitbranches(gitbranchid)
See Upsert a table row
UpsertRequest
UpsertMultiple
Event: False
UpsertMultiple UpsertMultipleRequest

Properties

The following table lists selected properties for the Git Branch (GitBranch) table.

Property Value
DisplayName Git Branch
DisplayCollectionName Git Branches
SchemaName GitBranch
CollectionSchemaName GitBranchs
EntitySetName gitbranches
LogicalName gitbranch
LogicalCollectionName gitbranchs
PrimaryIdAttribute gitbranchid
PrimaryNameAttribute branchname
TableType Virtual
OwnershipType OrganizationOwned

Writable columns/attributes

These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.

BranchName

Property Value
Description The name of the Git Branch.
DisplayName Git Branch Name
IsValidForForm True
IsValidForRead True
LogicalName branchname
RequiredLevel ApplicationRequired
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 4000

GitBranchId

Property Value
Description Unique identifier for entity instances
DisplayName Git Branch
IsValidForForm False
IsValidForRead True
LogicalName gitbranchid
RequiredLevel SystemRequired
Type Uniqueidentifier

GitCommitId

Property Value
Description Current Git Commit Id of the Git Branch.
DisplayName Current Git Commit Id
IsValidForForm True
IsValidForRead True
LogicalName gitcommitid
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 1000

OrganizationName

Property Value
Description Name of the Git Organization associated with Git Project.
DisplayName Git Organization Name
IsValidForForm True
IsValidForRead True
LogicalName organizationname
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 1000

ProjectName

Property Value
Description Name of Git Project associated with Git Repository.
DisplayName Git Project Name
IsValidForForm True
IsValidForRead True
LogicalName projectname
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 1000

RepositoryName

Property Value
Description Name of Git Repository associated with Git Branch.
DisplayName Git Repository Name
IsValidForForm True
IsValidForRead True
LogicalName repositoryname
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 1000

UpstreamBranchName

Property Value
Description Name of the Git upstream branch from which the branch is created
DisplayName Git upstream branch name
IsValidForForm True
IsValidForRead True
LogicalName upstreambranchname
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 1000

See also

Dataverse table/entity reference
Dataverse Web API Reference
gitbranch