Git Project (GitProject) table/entity reference
The following table lists the messages for the Git Project (GitProject) 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 /gitprojectsSee Create |
Create records |
CreateMultiple Event: False |
CreateMultiple | CreateMultipleRequest |
Delete Event: False |
DELETE /gitprojects(gitprojectid)See Delete |
Delete records |
Retrieve Event: False |
GET /gitprojects(gitprojectid)See Retrieve |
Retrieve records |
RetrieveEntityChanges Event: False |
RetrieveEntityChangesRequest | |
RetrieveMultiple Event: False |
GET /gitprojectsSee Query data |
Query data |
Update Event: False |
PATCH /gitprojects(gitprojectid)See Update |
Update records |
UpdateMultiple Event: False |
UpdateMultiple | UpdateMultipleRequest |
Upsert Event: False |
PATCH /gitprojects(gitprojectid)See Upsert a table row |
UpsertRequest |
UpsertMultiple Event: False |
UpsertMultiple | UpsertMultipleRequest |
The following table lists selected properties for the Git Project (GitProject) table.
Property | Value |
---|---|
DisplayName | Git Project |
DisplayCollectionName | Git Projects |
SchemaName | GitProject |
CollectionSchemaName | GitProjects |
EntitySetName | gitprojects |
LogicalName | gitproject |
LogicalCollectionName | gitprojects |
PrimaryIdAttribute | gitprojectid |
PrimaryNameAttribute | projectname |
TableType | Virtual |
OwnershipType | OrganizationOwned |
These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.
Property | Value |
---|---|
Description | Unique identifier for entity instances |
DisplayName | Git Project |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | gitprojectid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
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 |
Property | Value |
---|---|
Description | The name of the Git Project. |
DisplayName | Git Project Name |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | projectname |
RequiredLevel | ApplicationRequired |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 1000 |
Dataverse table/entity reference
Dataverse Web API Reference