Entities have LinearDamping and AngularDamping. Setting them to zero will prevent it from losing velocity.
There is one situation where it could still be damped though- if the Space.DeactivationManager.UseStabilization is true (it is by default), very low-speed objects will be damped while trying to deactivate. If the object is above the deactivation velocity threshold, no damping will be applied.