Data Ingestion and Replication
- Data Ingestion and Replication
- 所有产品
Microsoft Dynamics 365ソースデータ型
| Amazon Redshiftターゲットデータ型
|
---|---|
biginttype
| bigint
|
datetimetype
| timestamp without time zone
|
decimaltype(38,38)
| character varying(41)
|
decimaltype(p,s), 1 <= p <= 38, 0 <= s <= 37
| numeric(p,s), 1 <= p <= 38, 0 <= s <= 37
|
doubletype
| double precision
|
filetype( precision ), 1 <= p <= 134217728
| binary varying( size ), 1 <= s <= 1024000
|
imagetype( precision ), 1 <= p <= 31457280
| binary varying( size ), 1 <= s <= 1024000
|
integertype
| integer
|
managedpropertytype( precision ), 1 <= p <= 10485760
| character varying( size ), 4 <= s <= 65535
|
memotype( precision ), 1 <= p <= 1048576
| character varying( size ), 4 <= s <= 65535
|
moneytype(38,38)
| character varying(41)
|
moneytype(p,s), 1 <= p <= 38, 0 <= s <= 37
| numeric(p,s), 1 <= p <= 38, 0 <= s <= 37
|
picklisttype
| integer
|
statetype
| integer
|
statustype
| integer
|
stringtype( precision ), 1 <= p <= 3901
| character varying( size ), 4 <= s <= 15604
|
uniqueidentifier(16)
| character(36)
|