Изменить

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


Git Organization (GitOrganization) table/entity reference (Microsoft Dataverse)

Messages

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

Properties

The following table lists selected properties for the Git Organization (GitOrganization) table.

Property Value
DisplayName Git Organization
DisplayCollectionName Git Organizations
SchemaName GitOrganization
CollectionSchemaName GitOrganizations
EntitySetName gitorganizations
LogicalName gitorganization
LogicalCollectionName gitorganizations
PrimaryIdAttribute gitorganizationid
PrimaryNameAttribute organizationname
TableType Virtual
OwnershipType OrganizationOwned

Writable columns/attributes

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

GitOrganizationId

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

OrganizationName

Property Value
Description The name of the Git organization.
DisplayName Git Organization Name
IsValidForForm True
IsValidForRead True
LogicalName organizationname
RequiredLevel ApplicationRequired
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 1000

See also

Dataverse table/entity reference
Dataverse Web API Reference
gitorganization