Skip to main content

CreateKeyRequest

  • Namespace: PPDS.Dataverse.Metadata.Authoring
  • Assembly: PPDS.Dataverse
  • Kind: Class

Summary

Request to create an alternate key on a Dataverse table.

Members

Properties

DisplayName

string DisplayName { get; set; }

Gets or sets the display name of the key.

DryRun

bool DryRun { get; set; }

Gets or sets whether this is a dry-run (validation only, no changes persisted).

EntityLogicalName

string EntityLogicalName { get; set; }

Gets or sets the logical name of the entity to add the key to.

KeyAttributes

string[] KeyAttributes { get; set; }

Gets or sets the column logical names that make up the key (1-16 columns).

SchemaName

string SchemaName { get; set; }

Gets or sets the schema name for the key.

SolutionUniqueName

string SolutionUniqueName { get; set; }

Gets or sets the unique name of the solution containing the table.