Skaityti anglų kalba Redaguoti

Bendrinti naudojant


Git Repository (GitRepository) table/entity reference (Microsoft Dataverse)

Messages

The following table lists the messages for the Git Repository (GitRepository) 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 /gitrepositories
See Create
Create records
CreateMultiple
Event: False
CreateMultiple CreateMultipleRequest
Delete
Event: False
DELETE /gitrepositories(gitrepositoryid)
See Delete
Delete records
Retrieve
Event: False
GET /gitrepositories(gitrepositoryid)
See Retrieve
Retrieve records
RetrieveEntityChanges
Event: False
RetrieveEntityChangesRequest
RetrieveMultiple
Event: False
GET /gitrepositories
See Query data
Query data
Update
Event: False
PATCH /gitrepositories(gitrepositoryid)
See Update
Update records
UpdateMultiple
Event: False
UpdateMultiple UpdateMultipleRequest
Upsert
Event: False
PATCH /gitrepositories(gitrepositoryid)
See Upsert a table row
UpsertRequest
UpsertMultiple
Event: False
UpsertMultiple UpsertMultipleRequest

Properties

The following table lists selected properties for the Git Repository (GitRepository) table.

Property Value
DisplayName Git Repository
DisplayCollectionName Git Repositories
SchemaName GitRepository
CollectionSchemaName GitRepositories
EntitySetName gitrepositories
LogicalName gitrepository
LogicalCollectionName gitrepositories
PrimaryIdAttribute gitrepositoryid
PrimaryNameAttribute repositoryname
TableType Virtual
OwnershipType OrganizationOwned

Writable columns/attributes

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

DefaultBranch

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

GitRepositoryId

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

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 The name of the Git Repository.
DisplayName Git Repository Name
IsValidForForm True
IsValidForRead True
LogicalName repositoryname
RequiredLevel ApplicationRequired
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 1000

See also

Dataverse table/entity reference
Dataverse Web API Reference
gitrepository